File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 test :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v4
99 - name : Cache cargo bin
10- uses : actions/cache@v2
10+ uses : actions/cache@v4
1111 with :
1212 path : ~/.cargo/bin
1313 key : ${{ runner.os }}-cargo-bin
1818 nits :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Install cargo deadlinks
2323 run : |
2424 curl -L -o ~/.cargo/bin/cargo-deadlinks https://github.com/deadlinks/cargo-deadlinks/releases/download/0.4.2/deadlinks-linux
Original file line number Diff line number Diff line change 77 docs :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 with :
1212 persist-credentials : false
1313 - name : Build Docs
1414 run : |
1515 cargo doc --no-deps --all-features
1616 touch target/doc/.nojekyll # prevent jekyll from running
1717 - name : Deploy 🚀
18- uses : JamesIves/github-pages-deploy-action@4.1.5
18+ uses : JamesIves/github-pages-deploy-action@4.7.3
1919 with :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2121 BRANCH : gh-pages # The branch the action should deploy to.
You can’t perform that action at this time.
0 commit comments