We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0b2e commit 416c978Copy full SHA for 416c978
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v5
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
@@ -205,10 +205,10 @@ jobs:
205
tox_env: 'pypy311-pytest84-xdist38-coverage710'
206
os: 'macos-latest'
207
steps:
208
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
209
210
fetch-depth: 0
211
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
212
213
python-version: ${{ matrix.python }}
214
architecture: ${{ matrix.python_arch }}
0 commit comments