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