|
73 | 73 | ref: ${{ env.REF }} |
74 | 74 | - id: node |
75 | 75 | name: Setup Node.js |
76 | | - uses: actions/setup-node@v6.0.0 |
| 76 | + uses: actions/setup-node@v6.1.0 |
77 | 77 | with: |
78 | 78 | cache: yarn |
79 | 79 | cache-dependency-path: yarn.lock |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | ref: ${{ env.REF }} |
117 | 117 | - id: node |
118 | 118 | name: Setup Node.js |
119 | | - uses: actions/setup-node@v6.0.0 |
| 119 | + uses: actions/setup-node@v6.1.0 |
120 | 120 | with: |
121 | 121 | cache: yarn |
122 | 122 | cache-dependency-path: yarn.lock |
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | ref: ${{ env.REF }} |
167 | 167 | - id: node |
168 | 168 | name: Setup Node.js |
169 | | - uses: actions/setup-node@v6.0.0 |
| 169 | + uses: actions/setup-node@v6.1.0 |
170 | 170 | with: |
171 | 171 | cache: yarn |
172 | 172 | cache-dependency-path: yarn.lock |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | ref: ${{ env.REF }} |
196 | 196 | - id: node |
197 | 197 | name: Setup Node.js |
198 | | - uses: actions/setup-node@v6.0.0 |
| 198 | + uses: actions/setup-node@v6.1.0 |
199 | 199 | with: |
200 | 200 | cache: yarn |
201 | 201 | cache-dependency-path: yarn.lock |
@@ -224,7 +224,7 @@ jobs: |
224 | 224 | ref: ${{ env.REF }} |
225 | 225 | - id: node |
226 | 226 | name: Setup Node.js |
227 | | - uses: actions/setup-node@v6.0.0 |
| 227 | + uses: actions/setup-node@v6.1.0 |
228 | 228 | with: |
229 | 229 | cache: yarn |
230 | 230 | cache-dependency-path: yarn.lock |
@@ -261,7 +261,7 @@ jobs: |
261 | 261 | ref: ${{ env.REF }} |
262 | 262 | - id: node |
263 | 263 | name: Setup Node.js |
264 | | - uses: actions/setup-node@v6.0.0 |
| 264 | + uses: actions/setup-node@v6.1.0 |
265 | 265 | with: |
266 | 266 | cache: yarn |
267 | 267 | cache-dependency-path: yarn.lock |
@@ -306,7 +306,7 @@ jobs: |
306 | 306 | ref: ${{ env.REF }} |
307 | 307 | - id: node |
308 | 308 | name: Setup Node.js |
309 | | - uses: actions/setup-node@v6.0.0 |
| 309 | + uses: actions/setup-node@v6.1.0 |
310 | 310 | with: |
311 | 311 | cache: yarn |
312 | 312 | cache-dependency-path: yarn.lock |
@@ -358,7 +358,7 @@ jobs: |
358 | 358 | ref: ${{ env.REF }} |
359 | 359 | - id: node |
360 | 360 | name: Setup Node.js |
361 | | - uses: actions/setup-node@v6.0.0 |
| 361 | + uses: actions/setup-node@v6.1.0 |
362 | 362 | with: |
363 | 363 | cache: yarn |
364 | 364 | cache-dependency-path: yarn.lock |
|
0 commit comments