@@ -24,15 +24,15 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/setup-python@v5
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - run : pip install .[dev]
2929 - run : mypy
3030
3131 pyright :
3232 runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/setup-python@v5
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - run : npx pyright --stats
3737
3838 pytest-cram :
7676 COVERAGE_FILE : ${{ github.workspace }}/.coverage@python=${{ matrix.python-version }},biopython=${{ matrix.biopython-version || 'latest' }},numpy=${{ matrix.numpy-version || 'latest' }}
7777 COVERAGE_RCFILE : ${{ github.workspace }}/.coveragerc
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080
8181 - name : Set cache key
8282 run : echo "DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
@@ -146,7 +146,7 @@ jobs:
146146 run :
147147 shell : bash -l {0}
148148 steps :
149- - uses : actions/checkout@v4
149+ - uses : actions/checkout@v5
150150 with :
151151 path : ./augur
152152
@@ -171,7 +171,7 @@ jobs:
171171 # Replace the Conda Augur installation with the local version.
172172 - run : pip install ./augur
173173
174- - uses : actions/checkout@v4
174+ - uses : actions/checkout@v5
175175 with :
176176 repository : nextstrain/${{ matrix.pathogen }}
177177 path : ./pathogen-repo
@@ -281,7 +281,7 @@ jobs:
281281 run :
282282 shell : bash -l {0}
283283 steps :
284- - uses : actions/checkout@v4
284+ - uses : actions/checkout@v5
285285 with :
286286 path : ./augur
287287
@@ -306,7 +306,7 @@ jobs:
306306 # Replace the Conda Augur installation with the local version.
307307 - run : pip install ./augur
308308
309- - uses : actions/checkout@v4
309+ - uses : actions/checkout@v5
310310 with :
311311 repository : nextstrain/${{ matrix.pathogen }}
312312 path : ./pathogen-repo
@@ -339,7 +339,7 @@ jobs:
339339 needs : [pytest-cram]
340340 runs-on : ubuntu-latest
341341 steps :
342- - uses : actions/checkout@v4
342+ - uses : actions/checkout@v5
343343 - uses : actions/setup-python@v5
344344 - run : pip install coverage
345345
@@ -369,7 +369,7 @@ jobs:
369369 # This should match the python version in .readthedocs.yml
370370 python-version : ' 3.11'
371371
372- - uses : actions/checkout@v4
372+ - uses : actions/checkout@v5
373373
374374 - run : pip install .[dev]
375375
@@ -391,7 +391,7 @@ jobs:
391391 needs : [pytest-cram]
392392 runs-on : ubuntu-latest
393393 steps :
394- - uses : actions/checkout@v4
394+ - uses : actions/checkout@v5
395395 with :
396396 # Fetch all branches and tags.
397397 fetch-depth : 0
0 commit comments