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 e876b42 + f4a259f commit 99a1587Copy full SHA for 99a1587
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v4
30
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
31
with:
32
python-version: "3.11"
33
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
python-version: "${{ matrix.python-version }}"
47
0 commit comments