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.
2 parents 17ac7a1 + 56f701a commit 8f87226Copy full SHA for 8f87226
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: actions/checkout@v4
35
36
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
37
with:
38
python-version: ${{ matrix.py }}
39
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Setup Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
25
python-version: 3
26
0 commit comments