File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,24 @@ jobs:
27
27
name : Staging
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Setup Node
34
- uses : actions/setup-node@v3
34
+ uses : actions/setup-node@v4
35
35
with :
36
- node-version : 18
36
+ node-version : 20
37
37
cache : npm
38
38
- name : Setup Pages
39
- uses : actions/configure-pages@v3
39
+ uses : actions/configure-pages@v4
40
40
- name : Install dependencies
41
41
run : npm ci
42
42
- name : Build with VitePress
43
43
run : |
44
44
npm run build
45
45
touch .vitepress/dist/.nojekyll
46
46
- name : Upload artifact
47
- uses : actions/upload-pages-artifact@v2
47
+ uses : actions/upload-pages-artifact@v3
48
48
with :
49
49
path : .vitepress/dist
50
50
57
57
steps :
58
58
- name : Deploy to GitHub Pages
59
59
id : deployment
60
- uses : actions/deploy-pages@v2
60
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments