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:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
persist-credentials : false
26
26
- name : Install and Build
27
27
run : |
28
28
npm install
29
29
npx honkit build
30
30
- name : Upload artifact
31
- uses : actions/upload-pages-artifact@v1
31
+ uses : actions/upload-pages-artifact@v3
32
32
with :
33
33
path : _book
34
34
44
44
steps :
45
45
- name : Deploy to GitHub Pages
46
46
id : deployment
47
- uses : actions/deploy-pages@v2
47
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v4
11
11
with :
12
12
persist-credentials : false
13
13
You can’t perform that action at this time.
0 commit comments