Skip to content

Commit f28f4fb

Browse files
authored
Update GitHub Actions
1 parent bcdf419 commit f28f4fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
tox:
1111
runs-on: ubuntu-latest
1212
strategy:
13-
max-parallel: 5
1413
matrix:
1514
python-version:
1615
- "3.10"
@@ -21,8 +20,8 @@ jobs:
2120
- "pypy3.11"
2221

2322
steps:
24-
- uses: actions/checkout@v2
25-
- uses: actions/setup-python@v5
23+
- uses: actions/checkout@v6
24+
- uses: actions/setup-python@v6
2625
with:
2726
python-version: ${{ matrix.python-version }}
2827
- name: Install tox

0 commit comments

Comments
 (0)