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