|
70 | 70 | ref: ${{ env.REF }}
|
71 | 71 | - id: node
|
72 | 72 | name: Setup Node.js
|
73 |
| - uses: actions/setup-node@v3.7.0 |
| 73 | + uses: actions/setup-node@v3.8.0 |
74 | 74 | with:
|
75 | 75 | cache: yarn
|
76 | 76 | cache-dependency-path: yarn.lock
|
@@ -103,7 +103,7 @@ jobs:
|
103 | 103 | ref: ${{ env.REF }}
|
104 | 104 | - id: node
|
105 | 105 | name: Setup Node.js
|
106 |
| - uses: actions/setup-node@v3.7.0 |
| 106 | + uses: actions/setup-node@v3.8.0 |
107 | 107 | with:
|
108 | 108 | cache: yarn
|
109 | 109 | cache-dependency-path: yarn.lock
|
@@ -154,7 +154,7 @@ jobs:
|
154 | 154 | ref: ${{ env.REF }}
|
155 | 155 | - id: node
|
156 | 156 | name: Setup Node.js
|
157 |
| - uses: actions/setup-node@v3.7.0 |
| 157 | + uses: actions/setup-node@v3.8.0 |
158 | 158 | with:
|
159 | 159 | cache: yarn
|
160 | 160 | cache-dependency-path: yarn.lock
|
@@ -182,7 +182,7 @@ jobs:
|
182 | 182 | ref: ${{ env.REF }}
|
183 | 183 | - id: node
|
184 | 184 | name: Setup Node.js
|
185 |
| - uses: actions/setup-node@v3.7.0 |
| 185 | + uses: actions/setup-node@v3.8.0 |
186 | 186 | with:
|
187 | 187 | cache: yarn
|
188 | 188 | cache-dependency-path: yarn.lock
|
@@ -210,7 +210,7 @@ jobs:
|
210 | 210 | ref: ${{ env.REF }}
|
211 | 211 | - id: node
|
212 | 212 | name: Setup Node.js
|
213 |
| - uses: actions/setup-node@v3.7.0 |
| 213 | + uses: actions/setup-node@v3.8.0 |
214 | 214 | with:
|
215 | 215 | cache: yarn
|
216 | 216 | cache-dependency-path: yarn.lock
|
@@ -252,7 +252,7 @@ jobs:
|
252 | 252 | - id: node
|
253 | 253 | if: steps.test-files-check.outputs.files_exists == 'true'
|
254 | 254 | name: Setup Node.js
|
255 |
| - uses: actions/setup-node@v3.7.0 |
| 255 | + uses: actions/setup-node@v3.8.0 |
256 | 256 | with:
|
257 | 257 | cache: yarn
|
258 | 258 | cache-dependency-path: yarn.lock
|
@@ -304,7 +304,7 @@ jobs:
|
304 | 304 | - id: node
|
305 | 305 | if: steps.test-files-check.outputs.files_exists == 'true'
|
306 | 306 | name: Setup Node.js v${{ matrix.node-version }}
|
307 |
| - uses: actions/setup-node@v3.7.0 |
| 307 | + uses: actions/setup-node@v3.8.0 |
308 | 308 | with:
|
309 | 309 | cache: yarn
|
310 | 310 | cache-dependency-path: yarn.lock
|
@@ -359,7 +359,7 @@ jobs:
|
359 | 359 | ref: ${{ env.REF }}
|
360 | 360 | - id: node
|
361 | 361 | name: Setup Node.js
|
362 |
| - uses: actions/setup-node@v3.7.0 |
| 362 | + uses: actions/setup-node@v3.8.0 |
363 | 363 | with:
|
364 | 364 | cache: yarn
|
365 | 365 | cache-dependency-path: yarn.lock
|
|
0 commit comments