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 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Detect package manager
35
35
id : detect-package-manager
36
36
run : |
@@ -49,20 +49,20 @@ jobs:
49
49
exit 1
50
50
fi
51
51
- name : Setup Node
52
- uses : actions/setup-node@v3
52
+ uses : actions/setup-node@v4
53
53
with :
54
54
node-version : " 16"
55
55
cache : ${{ steps.detect-package-manager.outputs.manager }}
56
56
- name : Setup Pages
57
- uses : actions/configure-pages@v3
57
+ uses : actions/configure-pages@v5
58
58
with :
59
59
# Automatically inject basePath in your Next.js configuration file and disable
60
60
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
61
61
#
62
62
# You may remove this line if you want to manage the configuration yourself.
63
63
static_site_generator : next
64
64
- name : Restore cache
65
- uses : actions/cache@v3
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : |
68
68
.next/cache
94
94
steps :
95
95
- name : Deploy to GitHub Pages
96
96
id : deployment
97
- uses : actions/deploy-pages@v2
97
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments