This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
2222 BASE_SHA : ${{ github.event.pull_request.base.sha }}
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 with :
2727 # linkcheck needs the base commit.
2828 fetch-depth : 0
2929
3030 - name : Cache binaries
3131 id : mdbook-cache
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : |
3535 ~/.cargo/bin
3636 key : ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
3737
3838 - name : Cache linkcheck
39- uses : actions/cache@v3
39+ uses : actions/cache@v4
4040 with :
4141 path : |
4242 ~/book/linkcheck
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Ensure Rust is up-to-date
2121 run : |
2727 cargo run -- ../../src/ > ../../date-check-output.txt
2828
2929 - name : Open issue
30- uses : actions/github-script@v6
30+ uses : actions/github-script@v7
3131 with :
3232 script : |
3333 const fs = require('fs');
You can’t perform that action at this time.
0 commit comments