File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
- name : Detect package manager
39
39
id : detect-package-manager
40
40
run : |
@@ -53,14 +53,14 @@ jobs:
53
53
exit 1
54
54
fi
55
55
- name : Setup Node
56
- uses : actions/setup-node@v3
56
+ uses : actions/setup-node@v4
57
57
with :
58
58
node-version : " lts/*"
59
59
cache : ${{ steps.detect-package-manager.outputs.manager }}
60
60
- name : Setup Pages
61
- uses : actions/configure-pages@v3
61
+ uses : actions/configure-pages@v4
62
62
- name : Restore cache
63
- uses : actions/cache@v3
63
+ uses : actions/cache@v4
64
64
with :
65
65
path : |
66
66
.next/cache
77
77
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
78
BASE_URL : https://ruffle.rs
79
79
- name : Upload artifact
80
- uses : actions/upload-pages-artifact@v1
80
+ uses : actions/upload-pages-artifact@v3
81
81
with :
82
82
path : ./out
83
83
91
91
steps :
92
92
- name : Deploy to GitHub Pages
93
93
id : deployment
94
- uses : actions/deploy-pages@v2
94
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments