|
89 | 89 | run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT |
90 | 90 | - id: cache |
91 | 91 | name: Cache dependencies |
92 | | - uses: actions/cache@v4.1.2 |
| 92 | + uses: actions/cache@v4.2.0 |
93 | 93 | with: |
94 | 94 | key: ${{ steps.cache-key.outputs.result }} |
95 | 95 | path: ${{ env.CACHE_PATH }} |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | node-version-file: .nvmrc |
130 | 130 | - id: cache |
131 | 131 | name: Restore dependencies cache |
132 | | - uses: actions/cache@v4.1.2 |
| 132 | + uses: actions/cache@v4.2.0 |
133 | 133 | with: |
134 | 134 | key: ${{ needs.preflight.outputs.cache-key }} |
135 | 135 | path: ${{ env.CACHE_PATH }} |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | node-version-file: .nvmrc |
183 | 183 | - id: cache |
184 | 184 | name: Restore dependencies cache |
185 | | - uses: actions/cache@v4.1.2 |
| 185 | + uses: actions/cache@v4.2.0 |
186 | 186 | with: |
187 | 187 | key: ${{ needs.preflight.outputs.cache-key }} |
188 | 188 | path: ${{ env.CACHE_PATH }} |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | node-version-file: .nvmrc |
212 | 212 | - id: cache |
213 | 213 | name: Restore dependencies cache |
214 | | - uses: actions/cache@v4.1.2 |
| 214 | + uses: actions/cache@v4.2.0 |
215 | 215 | with: |
216 | 216 | key: ${{ needs.preflight.outputs.cache-key }} |
217 | 217 | path: ${{ env.CACHE_PATH }} |
@@ -240,7 +240,7 @@ jobs: |
240 | 240 | node-version-file: .nvmrc |
241 | 241 | - id: cache |
242 | 242 | name: Restore dependencies cache |
243 | | - uses: actions/cache@v4.1.2 |
| 243 | + uses: actions/cache@v4.2.0 |
244 | 244 | with: |
245 | 245 | key: ${{ needs.preflight.outputs.cache-key }} |
246 | 246 | path: ${{ env.CACHE_PATH }} |
@@ -279,7 +279,7 @@ jobs: |
279 | 279 | node-version-file: .nvmrc |
280 | 280 | - id: cache |
281 | 281 | name: Restore dependencies cache |
282 | | - uses: actions/cache@v4.1.2 |
| 282 | + uses: actions/cache@v4.2.0 |
283 | 283 | with: |
284 | 284 | key: ${{ needs.preflight.outputs.cache-key }} |
285 | 285 | path: ${{ env.CACHE_PATH }} |
@@ -334,7 +334,7 @@ jobs: |
334 | 334 | node-version: ${{ matrix.node-version }} |
335 | 335 | - id: cache |
336 | 336 | name: Restore dependencies cache |
337 | | - uses: actions/cache@v4.1.2 |
| 337 | + uses: actions/cache@v4.2.0 |
338 | 338 | with: |
339 | 339 | key: ${{ needs.preflight.outputs.cache-key }} |
340 | 340 | path: ${{ env.CACHE_PATH }} |
@@ -404,7 +404,7 @@ jobs: |
404 | 404 | node-version-file: .nvmrc |
405 | 405 | - id: cache |
406 | 406 | name: Restore dependencies cache |
407 | | - uses: actions/cache@v4.1.2 |
| 407 | + uses: actions/cache@v4.2.0 |
408 | 408 | with: |
409 | 409 | key: ${{ needs.preflight.outputs.cache-key }} |
410 | 410 | path: ${{ env.CACHE_PATH }} |
@@ -457,7 +457,7 @@ jobs: |
457 | 457 | node-version-file: .nvmrc |
458 | 458 | - id: cache |
459 | 459 | name: Restore dependencies cache |
460 | | - uses: actions/cache@v4.1.2 |
| 460 | + uses: actions/cache@v4.2.0 |
461 | 461 | with: |
462 | 462 | key: ${{ needs.preflight.outputs.cache-key }} |
463 | 463 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments