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