There was an error while loading. Please reload this page.
2 parents 92d6323 + d478d4e commit 78bb4e2Copy full SHA for 78bb4e2
3 files changed
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
id-token: write
34
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
- uses: actions/setup-python@v5
38
with:
39
python-version: "3.11"
.github/workflows/test-docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
linkcheck:
25
runs-on: ubuntu-22.04
26
27
28
29
30
python-version: "3.10"
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
oldest_dependencies: oldest_dependencies
45
46
47
48
49
50
python-version: "${{ matrix.python }}"
0 commit comments