File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 persist-credentials : false
2626 - name : Install and Build
2727 run : |
2828 npm install
2929 npx honkit build
3030 - name : Upload artifact
31- uses : actions/upload-pages-artifact@v1
31+ uses : actions/upload-pages-artifact@v3
3232 with :
3333 path : _book
3434
4444 steps :
4545 - name : Deploy to GitHub Pages
4646 id : deployment
47- uses : actions/deploy-pages@v2
47+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v4
1111 with :
1212 persist-credentials : false
1313
You can’t perform that action at this time.
0 commit comments