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 82e1b04 + 24b011c commit 9eb3ec0Copy full SHA for 9eb3ec0
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v5
30
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
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@v5
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
python-version: "${{ matrix.python-version }}"
52
0 commit comments