|
74 | 74 | ref: ${{ env.REF }}
|
75 | 75 | - id: node
|
76 | 76 | name: Setup Node.js
|
77 |
| - uses: actions/setup-node@v4.3.0 |
| 77 | + uses: actions/setup-node@v4.4.0 |
78 | 78 | with:
|
79 | 79 | cache: yarn
|
80 | 80 | cache-dependency-path: yarn.lock
|
@@ -122,7 +122,7 @@ jobs:
|
122 | 122 | ref: ${{ env.REF }}
|
123 | 123 | - id: node
|
124 | 124 | name: Setup Node.js
|
125 |
| - uses: actions/setup-node@v4.3.0 |
| 125 | + uses: actions/setup-node@v4.4.0 |
126 | 126 | with:
|
127 | 127 | cache: yarn
|
128 | 128 | cache-dependency-path: yarn.lock
|
@@ -172,7 +172,7 @@ jobs:
|
172 | 172 | ref: ${{ env.REF }}
|
173 | 173 | - id: node
|
174 | 174 | name: Setup Node.js
|
175 |
| - uses: actions/setup-node@v4.3.0 |
| 175 | + uses: actions/setup-node@v4.4.0 |
176 | 176 | with:
|
177 | 177 | cache: yarn
|
178 | 178 | cache-dependency-path: yarn.lock
|
@@ -201,7 +201,7 @@ jobs:
|
201 | 201 | ref: ${{ env.REF }}
|
202 | 202 | - id: node
|
203 | 203 | name: Setup Node.js
|
204 |
| - uses: actions/setup-node@v4.3.0 |
| 204 | + uses: actions/setup-node@v4.4.0 |
205 | 205 | with:
|
206 | 206 | cache: yarn
|
207 | 207 | cache-dependency-path: yarn.lock
|
@@ -230,7 +230,7 @@ jobs:
|
230 | 230 | ref: ${{ env.REF }}
|
231 | 231 | - id: node
|
232 | 232 | name: Setup Node.js
|
233 |
| - uses: actions/setup-node@v4.3.0 |
| 233 | + uses: actions/setup-node@v4.4.0 |
234 | 234 | with:
|
235 | 235 | cache: yarn
|
236 | 236 | cache-dependency-path: yarn.lock
|
@@ -269,7 +269,7 @@ jobs:
|
269 | 269 | ref: ${{ env.REF }}
|
270 | 270 | - id: node
|
271 | 271 | name: Setup Node.js
|
272 |
| - uses: actions/setup-node@v4.3.0 |
| 272 | + uses: actions/setup-node@v4.4.0 |
273 | 273 | with:
|
274 | 274 | cache: yarn
|
275 | 275 | cache-dependency-path: yarn.lock
|
@@ -324,7 +324,7 @@ jobs:
|
324 | 324 | ref: ${{ env.REF }}
|
325 | 325 | - id: node
|
326 | 326 | name: Setup Node.js v${{ matrix.node-version }}
|
327 |
| - uses: actions/setup-node@v4.3.0 |
| 327 | + uses: actions/setup-node@v4.4.0 |
328 | 328 | with:
|
329 | 329 | cache: yarn
|
330 | 330 | cache-dependency-path: yarn.lock
|
@@ -395,7 +395,7 @@ jobs:
|
395 | 395 | ref: ${{ env.REF }}
|
396 | 396 | - id: node
|
397 | 397 | name: Setup Node.js
|
398 |
| - uses: actions/setup-node@v4.3.0 |
| 398 | + uses: actions/setup-node@v4.4.0 |
399 | 399 | with:
|
400 | 400 | cache: yarn
|
401 | 401 | cache-dependency-path: yarn.lock
|
@@ -448,7 +448,7 @@ jobs:
|
448 | 448 | ref: ${{ env.REF }}
|
449 | 449 | - id: node
|
450 | 450 | name: Setup Node.js
|
451 |
| - uses: actions/setup-node@v4.3.0 |
| 451 | + uses: actions/setup-node@v4.4.0 |
452 | 452 | with:
|
453 | 453 | cache: yarn
|
454 | 454 | cache-dependency-path: yarn.lock
|
|
0 commit comments