19
19
steps :
20
20
21
21
# Use specific Node.js version
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Use Node.js 22.x
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 22.x
27
27
cache : ' npm'
@@ -84,11 +84,11 @@ jobs:
84
84
steps :
85
85
86
86
# Use specific Node.js version
87
- - uses : actions/checkout@v3
88
- - name : Use Node.js 18 .x
89
- uses : actions/setup-node@v3
87
+ - uses : actions/checkout@v4
88
+ - name : Use Node.js 22 .x
89
+ uses : actions/setup-node@v4
90
90
with :
91
- node-version : 18 .x
91
+ node-version : 22 .x
92
92
cache : ' npm'
93
93
94
94
# Install packages
@@ -114,11 +114,11 @@ jobs:
114
114
steps :
115
115
116
116
# Use specific Node.js version
117
- - uses : actions/checkout@v3
118
- - name : Use Node.js 18 .x
119
- uses : actions/setup-node@v3
117
+ - uses : actions/checkout@v4
118
+ - name : Use Node.js 22 .x
119
+ uses : actions/setup-node@v4
120
120
with :
121
- node-version : 18 .x
121
+ node-version : 22 .x
122
122
cache : ' npm'
123
123
124
124
# Install packages
@@ -149,15 +149,15 @@ jobs:
149
149
contents : write
150
150
steps :
151
151
152
- - uses : actions/checkout@v3
152
+ - uses : actions/checkout@v4
153
153
with :
154
154
# fetch all branches
155
155
fetch-depth : 0
156
156
157
157
# Configure git user for later command induced commits
158
158
- uses : fregante/setup-git-user@v1
159
159
160
- - uses : actions/setup-node@v3
160
+ - uses : actions/setup-node@v4
161
161
with :
162
162
node-version : 18
163
163
registry-url : https://registry.npmjs.org/
@@ -261,12 +261,12 @@ jobs:
261
261
runs-on : ubuntu-latest
262
262
steps :
263
263
264
- - uses : actions/checkout@v3
264
+ - uses : actions/checkout@v4
265
265
266
- - name : Use Node.js 18 .x
267
- uses : actions/setup-node@v3
266
+ - name : Use Node.js 22 .x
267
+ uses : actions/setup-node@v4
268
268
with :
269
- node-version : 18 .x
269
+ node-version : 22 .x
270
270
271
271
- name : Message commit
272
272
run : echo "is RELEASE => ${{ github.event.head_commit.message }} !!"
0 commit comments