|
71 | 71 | ref: ${{ env.REF }}
|
72 | 72 | - id: node
|
73 | 73 | name: Setup Node.js
|
74 |
| - uses: actions/setup-node@v3.8.1 |
| 74 | + uses: actions/setup-node@v4.0.1 |
75 | 75 | with:
|
76 | 76 | cache: yarn
|
77 | 77 | cache-dependency-path: yarn.lock
|
@@ -107,7 +107,7 @@ jobs:
|
107 | 107 | ref: ${{ env.REF }}
|
108 | 108 | - id: node
|
109 | 109 | name: Setup Node.js
|
110 |
| - uses: actions/setup-node@v3.8.1 |
| 110 | + uses: actions/setup-node@v4.0.1 |
111 | 111 | with:
|
112 | 112 | cache: yarn
|
113 | 113 | cache-dependency-path: yarn.lock
|
@@ -159,7 +159,7 @@ jobs:
|
159 | 159 | ref: ${{ env.REF }}
|
160 | 160 | - id: node
|
161 | 161 | name: Setup Node.js
|
162 |
| - uses: actions/setup-node@v3.8.1 |
| 162 | + uses: actions/setup-node@v4.0.1 |
163 | 163 | with:
|
164 | 164 | cache: yarn
|
165 | 165 | 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.1 |
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.1 |
224 | 224 | with:
|
225 | 225 | cache: yarn
|
226 | 226 | cache-dependency-path: yarn.lock
|
@@ -263,7 +263,7 @@ jobs:
|
263 | 263 | - id: node
|
264 | 264 | if: steps.test-files-check.outputs.files_exists == 'true'
|
265 | 265 | name: Setup Node.js
|
266 |
| - uses: actions/setup-node@v3.8.1 |
| 266 | + uses: actions/setup-node@v4.0.1 |
267 | 267 | with:
|
268 | 268 | cache: yarn
|
269 | 269 | cache-dependency-path: yarn.lock
|
@@ -322,7 +322,7 @@ jobs:
|
322 | 322 | - id: node
|
323 | 323 | if: steps.test-files-check.outputs.files_exists == 'true'
|
324 | 324 | name: Setup Node.js v${{ matrix.node-version }}
|
325 |
| - uses: actions/setup-node@v3.8.1 |
| 325 | + uses: actions/setup-node@v4.0.1 |
326 | 326 | with:
|
327 | 327 | cache: yarn
|
328 | 328 | cache-dependency-path: yarn.lock
|
@@ -377,7 +377,7 @@ jobs:
|
377 | 377 | ref: ${{ env.REF }}
|
378 | 378 | - id: node
|
379 | 379 | name: Setup Node.js
|
380 |
| - uses: actions/setup-node@v3.8.1 |
| 380 | + uses: actions/setup-node@v4.0.1 |
381 | 381 | with:
|
382 | 382 | cache: yarn
|
383 | 383 | cache-dependency-path: yarn.lock
|
|
0 commit comments