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 36345ff + 9e8c0d2 commit fd4d34bCopy full SHA for fd4d34b
.github/workflows/docs.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Check out repo
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Set up Python
23
uses: actions/setup-python@v5
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
id-token: write
12
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
15
- uses: actions/setup-python@v5
16
with:
.github/workflows/tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments