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 c6f97e5 commit 6dc8deeCopy full SHA for 6dc8dee
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-22.04
33
steps:
34
- uses: actions/checkout@v4
35
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
36
with:
37
python-version: "3.9"
38
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
python-version: "${{ matrix.python_version }}"
76
0 commit comments