Skip to content

Commit 3ff6aed

Browse files
Update test.yml
1 parent 97f108f commit 3ff6aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
run:
1414
working-directory: ${{github.workspace}}
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v4
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{matrix.version}}
2020
- run: python -m pip install --upgrade pip build pytest

0 commit comments

Comments
 (0)