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 ab91c05 + d0fb6c3 commit 82bb3b8Copy full SHA for 82bb3b8
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
build-release:
28
runs-on: ubuntu-22.04
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
- uses: actions/setup-python@v5
32
with:
33
python-version: "3.10"
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
python-version: ["3.8", "3.12"]
runs-on: ${{ matrix.os }}
34
35
36
37
38
python-version: "${{ matrix.python-version }}"
0 commit comments