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 c691550 + e123398 commit 9a192baCopy full SHA for 9a192ba
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-22.04
27
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
- uses: actions/setup-python@v6
31
with:
32
python-version: "3.11"
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
id-token: write
34
35
36
37
38
39
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
git-version: "2.43"
46
47
48
49
50
51
python-version: "${{ matrix.python-version }}"
0 commit comments