|
72 | 72 | ref: ${{ env.REF }} |
73 | 73 | - id: node |
74 | 74 | name: Setup Node.js |
75 | | - uses: actions/setup-node@v4.0.4 |
| 75 | + uses: actions/setup-node@v4.1.0 |
76 | 76 | with: |
77 | 77 | cache: yarn |
78 | 78 | cache-dependency-path: yarn.lock |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | ref: ${{ env.REF }} |
111 | 111 | - id: node |
112 | 112 | name: Setup Node.js |
113 | | - uses: actions/setup-node@v4.0.4 |
| 113 | + uses: actions/setup-node@v4.1.0 |
114 | 114 | with: |
115 | 115 | cache: yarn |
116 | 116 | cache-dependency-path: yarn.lock |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | ref: ${{ env.REF }} |
163 | 163 | - id: node |
164 | 164 | name: Setup Node.js |
165 | | - uses: actions/setup-node@v4.0.4 |
| 165 | + uses: actions/setup-node@v4.1.0 |
166 | 166 | with: |
167 | 167 | cache: yarn |
168 | 168 | cache-dependency-path: yarn.lock |
@@ -191,7 +191,7 @@ jobs: |
191 | 191 | ref: ${{ env.REF }} |
192 | 192 | - id: node |
193 | 193 | name: Setup Node.js |
194 | | - uses: actions/setup-node@v4.0.4 |
| 194 | + uses: actions/setup-node@v4.1.0 |
195 | 195 | with: |
196 | 196 | cache: yarn |
197 | 197 | cache-dependency-path: yarn.lock |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | ref: ${{ env.REF }} |
221 | 221 | - id: node |
222 | 222 | name: Setup Node.js |
223 | | - uses: actions/setup-node@v4.0.4 |
| 223 | + uses: actions/setup-node@v4.1.0 |
224 | 224 | with: |
225 | 225 | cache: yarn |
226 | 226 | cache-dependency-path: yarn.lock |
@@ -262,7 +262,7 @@ jobs: |
262 | 262 | - id: node |
263 | 263 | if: steps.test-files-check.outputs.files_exists == 'true' |
264 | 264 | name: Setup Node.js |
265 | | - uses: actions/setup-node@v4.0.4 |
| 265 | + uses: actions/setup-node@v4.1.0 |
266 | 266 | with: |
267 | 267 | cache: yarn |
268 | 268 | cache-dependency-path: yarn.lock |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | - id: node |
316 | 316 | if: steps.test-files-check.outputs.files_exists == 'true' |
317 | 317 | name: Setup Node.js v${{ matrix.node-version }} |
318 | | - uses: actions/setup-node@v4.0.4 |
| 318 | + uses: actions/setup-node@v4.1.0 |
319 | 319 | with: |
320 | 320 | cache: yarn |
321 | 321 | cache-dependency-path: yarn.lock |
@@ -371,7 +371,7 @@ jobs: |
371 | 371 | ref: ${{ env.REF }} |
372 | 372 | - id: node |
373 | 373 | name: Setup Node.js |
374 | | - uses: actions/setup-node@v4.0.4 |
| 374 | + uses: actions/setup-node@v4.1.0 |
375 | 375 | with: |
376 | 376 | cache: yarn |
377 | 377 | cache-dependency-path: yarn.lock |
@@ -422,7 +422,7 @@ jobs: |
422 | 422 | ref: ${{ env.REF }} |
423 | 423 | - id: node |
424 | 424 | name: Setup Node.js |
425 | | - uses: actions/setup-node@v4.0.4 |
| 425 | + uses: actions/setup-node@v4.1.0 |
426 | 426 | with: |
427 | 427 | cache: yarn |
428 | 428 | cache-dependency-path: yarn.lock |
|
0 commit comments