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 9394469 + f7d586b commit bdc603fCopy full SHA for bdc603f
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- uses: actions/checkout@v5
39
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
40
with:
41
python-version: "3.12"
42
.github/workflows/test.yaml
@@ -39,7 +39,7 @@ jobs:
43
44
python-version: "${{ matrix.python-version }}"
45
0 commit comments