|
70 | 70 | ref: ${{ env.REF }} |
71 | 71 | - id: node |
72 | 72 | name: Setup Node.js |
73 | | - uses: actions/setup-node@v3.6.0 |
| 73 | + uses: actions/setup-node@v3.7.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.6.0 |
| 106 | + uses: actions/setup-node@v3.7.0 |
107 | 107 | with: |
108 | 108 | cache: yarn |
109 | 109 | cache-dependency-path: yarn.lock |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | ref: ${{ env.REF }} |
158 | 158 | - id: node |
159 | 159 | name: Setup Node.js |
160 | | - uses: actions/setup-node@v3.6.0 |
| 160 | + uses: actions/setup-node@v3.7.0 |
161 | 161 | with: |
162 | 162 | cache: yarn |
163 | 163 | cache-dependency-path: yarn.lock |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | ref: ${{ env.REF }} |
186 | 186 | - id: node |
187 | 187 | name: Setup Node.js |
188 | | - uses: actions/setup-node@v3.6.0 |
| 188 | + uses: actions/setup-node@v3.7.0 |
189 | 189 | with: |
190 | 190 | cache: yarn |
191 | 191 | cache-dependency-path: yarn.lock |
@@ -216,7 +216,7 @@ jobs: |
216 | 216 | ref: ${{ env.REF }} |
217 | 217 | - id: node |
218 | 218 | name: Setup Node.js |
219 | | - uses: actions/setup-node@v3.6.0 |
| 219 | + uses: actions/setup-node@v3.7.0 |
220 | 220 | with: |
221 | 221 | cache: yarn |
222 | 222 | cache-dependency-path: yarn.lock |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | - id: node |
259 | 259 | if: steps.test-files-check.outputs.files_exists == 'true' |
260 | 260 | name: Setup Node.js |
261 | | - uses: actions/setup-node@v3.6.0 |
| 261 | + uses: actions/setup-node@v3.7.0 |
262 | 262 | with: |
263 | 263 | cache: yarn |
264 | 264 | cache-dependency-path: yarn.lock |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | - id: node |
320 | 320 | if: steps.test-files-check.outputs.files_exists == 'true' |
321 | 321 | name: Setup Node.js v${{ matrix.node-version }} |
322 | | - uses: actions/setup-node@v3.6.0 |
| 322 | + uses: actions/setup-node@v3.7.0 |
323 | 323 | with: |
324 | 324 | cache: yarn |
325 | 325 | 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@v3.6.0 |
| 374 | + uses: actions/setup-node@v3.7.0 |
375 | 375 | with: |
376 | 376 | cache: yarn |
377 | 377 | cache-dependency-path: yarn.lock |
|
0 commit comments