|
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 }} |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | node-version-file: .nvmrc |
182 | 182 | - id: cache |
183 | 183 | name: Restore dependencies cache |
184 | | - uses: actions/cache@v4.1.2 |
| 184 | + uses: actions/cache@v4.2.0 |
185 | 185 | with: |
186 | 186 | key: ${{ needs.preflight.outputs.cache-key }} |
187 | 187 | path: ${{ env.CACHE_PATH }} |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | node-version-file: .nvmrc |
211 | 211 | - id: cache |
212 | 212 | name: Restore dependencies cache |
213 | | - uses: actions/cache@v4.1.2 |
| 213 | + uses: actions/cache@v4.2.0 |
214 | 214 | with: |
215 | 215 | key: ${{ needs.preflight.outputs.cache-key }} |
216 | 216 | path: ${{ env.CACHE_PATH }} |
@@ -239,7 +239,7 @@ jobs: |
239 | 239 | node-version-file: .nvmrc |
240 | 240 | - id: cache |
241 | 241 | name: Restore dependencies cache |
242 | | - uses: actions/cache@v4.1.2 |
| 242 | + uses: actions/cache@v4.2.0 |
243 | 243 | with: |
244 | 244 | key: ${{ needs.preflight.outputs.cache-key }} |
245 | 245 | path: ${{ env.CACHE_PATH }} |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | node-version-file: .nvmrc |
279 | 279 | - id: cache |
280 | 280 | name: Restore dependencies cache |
281 | | - uses: actions/cache@v4.1.2 |
| 281 | + uses: actions/cache@v4.2.0 |
282 | 282 | with: |
283 | 283 | key: ${{ needs.preflight.outputs.cache-key }} |
284 | 284 | path: ${{ env.CACHE_PATH }} |
@@ -333,7 +333,7 @@ jobs: |
333 | 333 | node-version: ${{ matrix.node-version }} |
334 | 334 | - id: cache |
335 | 335 | name: Restore dependencies cache |
336 | | - uses: actions/cache@v4.1.2 |
| 336 | + uses: actions/cache@v4.2.0 |
337 | 337 | with: |
338 | 338 | key: ${{ needs.preflight.outputs.cache-key }} |
339 | 339 | path: ${{ env.CACHE_PATH }} |
@@ -403,7 +403,7 @@ jobs: |
403 | 403 | node-version-file: .nvmrc |
404 | 404 | - id: cache |
405 | 405 | name: Restore dependencies cache |
406 | | - uses: actions/cache@v4.1.2 |
| 406 | + uses: actions/cache@v4.2.0 |
407 | 407 | with: |
408 | 408 | key: ${{ needs.preflight.outputs.cache-key }} |
409 | 409 | path: ${{ env.CACHE_PATH }} |
@@ -456,7 +456,7 @@ jobs: |
456 | 456 | node-version-file: .nvmrc |
457 | 457 | - id: cache |
458 | 458 | name: Restore dependencies cache |
459 | | - uses: actions/cache@v4.1.2 |
| 459 | + uses: actions/cache@v4.2.0 |
460 | 460 | with: |
461 | 461 | key: ${{ needs.preflight.outputs.cache-key }} |
462 | 462 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments