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 e7f258b + 96a3c49 commit b5d7d37Copy full SHA for b5d7d37
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
id-token: write
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Set up Python
21
uses: actions/setup-python@v5
@@ -40,7 +40,7 @@ jobs:
40
# docs:
41
# runs-on: ubuntu-latest
42
# steps:
43
-# - uses: actions/checkout@v4
+# - uses: actions/checkout@v5
44
# - uses: actions/setup-python@v5
45
# - name: Install dependencies
46
# run: |
.github/workflows/python-package.yml
@@ -19,7 +19,7 @@ jobs:
python-version: ["3.12", "3.13"]
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Set up Python ${{ matrix.python-version }}
24
25
with:
0 commit comments