Skip to content

Commit

Permalink
ci: Bump dependency versions
Browse files Browse the repository at this point in the history
Addresses checkout/v2 deprecation warning

checkout -> v4
python -> 3.10
ubuntu -> 22.04
  • Loading branch information
corneliusroemer committed Oct 1, 2023
1 parent 183dd85 commit 6cd8b0d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"
- run: pip install cram nextstrain-augur
- run: cram --shell=/bin/bash tests/sanitize-metadata.t

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-100k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

jobs:
gisaid:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rebuild-country.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ env:

jobs:
gisaid:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
python-version: "3.9"
python-version: "3.10"

- name: Launch build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rebuild-gisaid-21L.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ env:

jobs:
gisaid-21L:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
python-version: "3.9"
python-version: "3.10"

- name: Launch build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rebuild-gisaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ env:

jobs:
gisaid:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
python-version: "3.9"
python-version: "3.10"

- name: Launch build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rebuild-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ env:

jobs:
open:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
python-version: "3.9"
python-version: "3.10"

- name: Launch build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/revert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ env:

jobs:
revert:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
python-version: "3.9"
python-version: "3.10"

- name: Revert build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.repository_owner == 'nextstrain'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4

- name: Upgrade Python toolchain
Expand Down

0 comments on commit 6cd8b0d

Please sign in to comment.