File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
21
21
DEPLOY_DIR : book/html
22
22
BASE_SHA : ${{ github.event.pull_request.base.sha }}
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
with :
26
26
# linkcheck needs the base commit.
27
27
fetch-depth : 0
28
28
29
29
- name : Cache binaries
30
30
id : mdbook-cache
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v3
32
32
with :
33
33
path : |
34
34
~/.cargo/bin
35
35
key : ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
36
36
37
37
- name : Cache linkcheck
38
- uses : actions/cache@v2
38
+ uses : actions/cache@v3
39
39
with :
40
40
path : |
41
41
~/book/linkcheck
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout repo
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
20
20
- name : Ensure Rust is up-to-date
21
21
run : |
You can’t perform that action at this time.
0 commit comments