Skip to content

Commit 397b962

Browse files
authored
Merge pull request #1181: Bump actions/checkout from 4 to 5
2 parents 60d4bca + f4d1c52 commit 397b962

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test-cram:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.10"

.github/workflows/revert.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ env:
2222

2323
jobs:
2424
revert:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
3030

0 commit comments

Comments
 (0)