Skip to content

Commit 225c72e

Browse files
Update actions versions
1 parent 1253544 commit 225c72e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
SOLVEBIO_API_KEY: ${{ secrets.QUARTZBIO_API_KEY }}
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Setup Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Display Python version
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
python -m pytest recipes/tests/test_recipes_sync.py
3939
python -m pytest solvebio/test/test_object.py
40-
python -m flake8 solvebio
40+
python -m flake8 solvebio

0 commit comments

Comments
 (0)