Commit 524640c 1 parent 9858f80 commit 524640c Copy full SHA for 524640c
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- name : Set up Node
34
- uses : actions/setup-node@v3
34
+ uses : actions/setup-node@v4
35
35
with :
36
36
node-version : 20
37
37
cache : ' npm'
@@ -49,12 +49,12 @@ jobs:
49
49
# Allow all routes to be served by index.html
50
50
cp dist/index.html dist/404.html
51
51
- name : Setup Pages
52
- uses : actions/configure-pages@v3
52
+ uses : actions/configure-pages@v4
53
53
- name : Upload artifact
54
- uses : actions/upload-pages-artifact@v1
54
+ uses : actions/upload-pages-artifact@v3
55
55
with :
56
56
# Upload dist repository
57
57
path : ' ./dist'
58
58
- name : Deploy to Github Pages
59
59
id : deployment
60
- uses : actions/deploy-pages@v1
60
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments