|
72 | 72 | ref: ${{ env.REF }} |
73 | 73 | - id: node |
74 | 74 | name: Setup Node.js |
75 | | - uses: actions/setup-node@v4.0.2 |
| 75 | + uses: actions/setup-node@v4.0.3 |
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.2 |
| 113 | + uses: actions/setup-node@v4.0.3 |
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.2 |
| 165 | + uses: actions/setup-node@v4.0.3 |
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.2 |
| 194 | + uses: actions/setup-node@v4.0.3 |
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.2 |
| 223 | + uses: actions/setup-node@v4.0.3 |
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.2 |
| 265 | + uses: actions/setup-node@v4.0.3 |
266 | 266 | with: |
267 | 267 | cache: yarn |
268 | 268 | cache-dependency-path: yarn.lock |
@@ -314,7 +314,7 @@ jobs: |
314 | 314 | - id: node |
315 | 315 | if: steps.test-files-check.outputs.files_exists == 'true' |
316 | 316 | name: Setup Node.js v${{ matrix.node-version }} |
317 | | - uses: actions/setup-node@v4.0.2 |
| 317 | + uses: actions/setup-node@v4.0.3 |
318 | 318 | with: |
319 | 319 | cache: yarn |
320 | 320 | cache-dependency-path: yarn.lock |
@@ -370,7 +370,7 @@ jobs: |
370 | 370 | ref: ${{ env.REF }} |
371 | 371 | - id: node |
372 | 372 | name: Setup Node.js |
373 | | - uses: actions/setup-node@v4.0.2 |
| 373 | + uses: actions/setup-node@v4.0.3 |
374 | 374 | with: |
375 | 375 | cache: yarn |
376 | 376 | cache-dependency-path: yarn.lock |
@@ -421,7 +421,7 @@ jobs: |
421 | 421 | ref: ${{ env.REF }} |
422 | 422 | - id: node |
423 | 423 | name: Setup Node.js |
424 | | - uses: actions/setup-node@v4.0.2 |
| 424 | + uses: actions/setup-node@v4.0.3 |
425 | 425 | with: |
426 | 426 | cache: yarn |
427 | 427 | cache-dependency-path: yarn.lock |
|
0 commit comments