|
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 }} |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | node-version-file: .nvmrc |
184 | 184 | - id: cache |
185 | 185 | name: Restore dependencies cache |
186 | | - uses: actions/cache@v4.1.2 |
| 186 | + uses: actions/cache@v4.2.0 |
187 | 187 | with: |
188 | 188 | key: ${{ needs.preflight.outputs.cache-key }} |
189 | 189 | path: ${{ env.CACHE_PATH }} |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | node-version-file: .nvmrc |
213 | 213 | - id: cache |
214 | 214 | name: Restore dependencies cache |
215 | | - uses: actions/cache@v4.1.2 |
| 215 | + uses: actions/cache@v4.2.0 |
216 | 216 | with: |
217 | 217 | key: ${{ needs.preflight.outputs.cache-key }} |
218 | 218 | path: ${{ env.CACHE_PATH }} |
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | node-version-file: .nvmrc |
242 | 242 | - id: cache |
243 | 243 | name: Restore dependencies cache |
244 | | - uses: actions/cache@v4.1.2 |
| 244 | + uses: actions/cache@v4.2.0 |
245 | 245 | with: |
246 | 246 | key: ${{ needs.preflight.outputs.cache-key }} |
247 | 247 | path: ${{ env.CACHE_PATH }} |
@@ -280,7 +280,7 @@ jobs: |
280 | 280 | node-version-file: .nvmrc |
281 | 281 | - id: cache |
282 | 282 | name: Restore dependencies cache |
283 | | - uses: actions/cache@v4.1.2 |
| 283 | + uses: actions/cache@v4.2.0 |
284 | 284 | with: |
285 | 285 | key: ${{ needs.preflight.outputs.cache-key }} |
286 | 286 | path: ${{ env.CACHE_PATH }} |
@@ -335,7 +335,7 @@ jobs: |
335 | 335 | node-version: ${{ matrix.node-version }} |
336 | 336 | - id: cache |
337 | 337 | name: Restore dependencies cache |
338 | | - uses: actions/cache@v4.1.2 |
| 338 | + uses: actions/cache@v4.2.0 |
339 | 339 | with: |
340 | 340 | key: ${{ needs.preflight.outputs.cache-key }} |
341 | 341 | path: ${{ env.CACHE_PATH }} |
@@ -405,7 +405,7 @@ jobs: |
405 | 405 | node-version-file: .nvmrc |
406 | 406 | - id: cache |
407 | 407 | name: Restore dependencies cache |
408 | | - uses: actions/cache@v4.1.2 |
| 408 | + uses: actions/cache@v4.2.0 |
409 | 409 | with: |
410 | 410 | key: ${{ needs.preflight.outputs.cache-key }} |
411 | 411 | path: ${{ env.CACHE_PATH }} |
@@ -458,7 +458,7 @@ jobs: |
458 | 458 | node-version-file: .nvmrc |
459 | 459 | - id: cache |
460 | 460 | name: Restore dependencies cache |
461 | | - uses: actions/cache@v4.1.2 |
| 461 | + uses: actions/cache@v4.2.0 |
462 | 462 | with: |
463 | 463 | key: ${{ needs.preflight.outputs.cache-key }} |
464 | 464 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments