We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a4219 commit 9cf54c0Copy full SHA for 9cf54c0
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,9 @@ jobs:
20
doc-type: ['HTML', 'EPUB', 'PDF']
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
+
25
+ - uses: actions/setup-python@v5
26
with:
27
fetch-depth: 1
28
.github/workflows/deploy_2x.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Cloning repo
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
fetch-depth: 0
17
0 commit comments