Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/slurm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "8888:3306"
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: koesterlab/setup-slurm-action@v1
timeout-minutes: 5
- uses: pyiron/actions/cached-miniforge@actions-4.0.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
console.log(response.data.tag_name);
return response.data.tag_name
- name: Checkout release
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ steps.get-release.outputs.result }}
- name: Create env from repo name
Expand Down
Loading