|
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 |
@@ -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.6.0 |
| 157 | + uses: actions/setup-node@v3.7.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.6.0 |
| 185 | + uses: actions/setup-node@v3.7.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.6.0 |
| 213 | + uses: actions/setup-node@v3.7.0 |
214 | 214 | with: |
215 | 215 | cache: yarn |
216 | 216 | cache-dependency-path: yarn.lock |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | - id: node |
254 | 254 | if: steps.test-files-check.outputs.files_exists == 'true' |
255 | 255 | name: Setup Node.js |
256 | | - uses: actions/setup-node@v3.6.0 |
| 256 | + uses: actions/setup-node@v3.7.0 |
257 | 257 | with: |
258 | 258 | cache: yarn |
259 | 259 | cache-dependency-path: yarn.lock |
@@ -308,7 +308,7 @@ jobs: |
308 | 308 | - id: node |
309 | 309 | if: steps.test-files-check.outputs.files_exists == 'true' |
310 | 310 | name: Setup Node.js v${{ matrix.node-version }} |
311 | | - uses: actions/setup-node@v3.6.0 |
| 311 | + uses: actions/setup-node@v3.7.0 |
312 | 312 | with: |
313 | 313 | cache: yarn |
314 | 314 | cache-dependency-path: yarn.lock |
@@ -360,7 +360,7 @@ jobs: |
360 | 360 | ref: ${{ env.REF }} |
361 | 361 | - id: node |
362 | 362 | name: Setup Node.js |
363 | | - uses: actions/setup-node@v3.6.0 |
| 363 | + uses: actions/setup-node@v3.7.0 |
364 | 364 | with: |
365 | 365 | cache: yarn |
366 | 366 | cache-dependency-path: yarn.lock |
|
0 commit comments