File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 cargo install --version ${MDBOOK_VERSION} mdbook
3939 - name : Setup Pages
4040 id : pages
41- uses : actions/configure-pages@v3
41+ uses : actions/configure-pages@v5
4242 - name : Build with mdBook
4343 run : mdbook build
4444 - name : Upload artifact
45- uses : actions/upload-pages-artifact@v3
45+ uses : actions/upload-pages-artifact@v4
4646 with :
4747 path : ./book
4848
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v6
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 6060
6161 - uses : actions/checkout@v6
6262
63- - uses : actions/setup-python@v5
63+ - uses : actions/setup-python@v6
6464 with :
6565 cache : " pip"
6666 cache-dependency-path : " .github/workflows/pip-requirements.txt"
You can’t perform that action at this time.
0 commit comments