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 1212 pages : write # To push to a GitHub Pages site
1313 id-token : write # To update the deployment status
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818 - name : Install latest mdbook
@@ -28,12 +28,12 @@ jobs:
2828 # Just add a `cd` here if you need to change to another directory.
2929 mdbook build
3030 - name : Setup Pages
31- uses : actions/configure-pages@v2
31+ uses : actions/configure-pages@v4
3232 - name : Upload artifact
33- uses : actions/upload-pages-artifact@v1
33+ uses : actions/upload-pages-artifact@v4
3434 with :
3535 # Upload entire repository
3636 path : ' book'
3737 - name : Deploy to GitHub Pages
3838 id : deployment
39- uses : actions/deploy-pages@v1
39+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments