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 7f69820 commit 2ee7e7dCopy full SHA for 2ee7e7d
.github/workflows/release.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
21
python-version: '3.13'
22
.github/workflows/test.yml
@@ -19,10 +19,10 @@ jobs:
- 'pypy-3.10'
- 'pypy-3.11'
23
24
- name: Set up Python ${{ matrix.python-version }}
25
26
27
python-version: ${{ matrix.python-version }}
28
0 commit comments