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:
2121 DEPLOY_DIR : book/html
2222 BASE_SHA : ${{ github.event.pull_request.base.sha }}
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 with :
2626 # linkcheck needs the base commit.
2727 fetch-depth : 0
2828
2929 - name : Cache binaries
3030 id : mdbook-cache
31- uses : actions/cache@v2
31+ uses : actions/cache@v3
3232 with :
3333 path : |
3434 ~/.cargo/bin
3535 key : ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
3636
3737 - name : Cache linkcheck
38- uses : actions/cache@v2
38+ uses : actions/cache@v3
3939 with :
4040 path : |
4141 ~/book/linkcheck
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repo
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919
2020 - name : Ensure Rust is up-to-date
2121 run : |
You can’t perform that action at this time.
0 commit comments