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 8ca9473 commit 06c6840Copy full SHA for 06c6840
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
24
- name: Set up Python 3.12
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: '3.12'
28
cache: 'pip'
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Set up Python ${{ matrix.pyv }}
35
36
37
python-version: ${{ matrix.pyv }}
38
allow-prereleases: true
0 commit comments