File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 lint :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : dtolnay/rust-toolchain@stable
1616 with :
1717 components : clippy
2121 if : github.event_name != 'push' || github.ref != 'refs/heads/master'
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 submodules : recursive
2727 - name : Setup PNPM
6363 url : ${{ steps.deployment.outputs.page_url }}
6464
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767 with :
6868 submodules : recursive
6969 - name : Setup mdBook
9191 - name : Run Build
9292 run : task
9393 - name : Setup Pages
94- uses : actions/configure-pages@v5
94+ uses : actions/configure-pages@v4
9595 - name : Upload artifact
9696 uses : actions/upload-pages-artifact@v3
9797 with :
You can’t perform that action at this time.
0 commit comments