We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 224055c + 436e4df commit afd1ce5Copy full SHA for afd1ce5
2 files changed
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v5
25
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
26
with:
27
python-version: "3.12"
28
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
python-version: ${{ matrix.python-version }}
55
0 commit comments