|
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 |
@@ -268,7 +268,7 @@ jobs: |
268 | 268 | ref: ${{ env.REF }} |
269 | 269 | - id: node |
270 | 270 | name: Setup Node.js |
271 | | - uses: actions/setup-node@v4.3.0 |
| 271 | + uses: actions/setup-node@v4.4.0 |
272 | 272 | with: |
273 | 273 | cache: yarn |
274 | 274 | cache-dependency-path: yarn.lock |
@@ -322,7 +322,7 @@ jobs: |
322 | 322 | ref: ${{ env.REF }} |
323 | 323 | - id: node |
324 | 324 | name: Setup Node.js v${{ matrix.node-version }} |
325 | | - uses: actions/setup-node@v4.3.0 |
| 325 | + uses: actions/setup-node@v4.4.0 |
326 | 326 | with: |
327 | 327 | cache: yarn |
328 | 328 | cache-dependency-path: yarn.lock |
@@ -393,7 +393,7 @@ jobs: |
393 | 393 | ref: ${{ env.REF }} |
394 | 394 | - id: node |
395 | 395 | name: Setup Node.js |
396 | | - uses: actions/setup-node@v4.3.0 |
| 396 | + uses: actions/setup-node@v4.4.0 |
397 | 397 | with: |
398 | 398 | cache: yarn |
399 | 399 | cache-dependency-path: yarn.lock |
@@ -446,7 +446,7 @@ jobs: |
446 | 446 | ref: ${{ env.REF }} |
447 | 447 | - id: node |
448 | 448 | name: Setup Node.js |
449 | | - uses: actions/setup-node@v4.3.0 |
| 449 | + uses: actions/setup-node@v4.4.0 |
450 | 450 | with: |
451 | 451 | cache: yarn |
452 | 452 | cache-dependency-path: yarn.lock |
|
0 commit comments