|
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.3.0 |
| 92 | + uses: actions/cache@v5.0.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.3.0 |
| 132 | + uses: actions/cache@v5.0.0 |
133 | 133 | with: |
134 | 134 | key: ${{ needs.preflight.outputs.cache-key }} |
135 | 135 | path: ${{ env.CACHE_PATH }} |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | node-version-file: .nvmrc |
180 | 180 | - id: cache |
181 | 181 | name: Restore dependencies cache |
182 | | - uses: actions/cache@v4.3.0 |
| 182 | + uses: actions/cache@v5.0.0 |
183 | 183 | with: |
184 | 184 | key: ${{ needs.preflight.outputs.cache-key }} |
185 | 185 | path: ${{ env.CACHE_PATH }} |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | node-version-file: .nvmrc |
209 | 209 | - id: cache |
210 | 210 | name: Restore dependencies cache |
211 | | - uses: actions/cache@v4.3.0 |
| 211 | + uses: actions/cache@v5.0.0 |
212 | 212 | with: |
213 | 213 | key: ${{ needs.preflight.outputs.cache-key }} |
214 | 214 | path: ${{ env.CACHE_PATH }} |
@@ -237,7 +237,7 @@ jobs: |
237 | 237 | node-version-file: .nvmrc |
238 | 238 | - id: cache |
239 | 239 | name: Restore dependencies cache |
240 | | - uses: actions/cache@v4.3.0 |
| 240 | + uses: actions/cache@v5.0.0 |
241 | 241 | with: |
242 | 242 | key: ${{ needs.preflight.outputs.cache-key }} |
243 | 243 | path: ${{ env.CACHE_PATH }} |
@@ -270,7 +270,7 @@ jobs: |
270 | 270 | node-version-file: .nvmrc |
271 | 271 | - id: cache |
272 | 272 | name: Restore dependencies cache |
273 | | - uses: actions/cache@v4.3.0 |
| 273 | + uses: actions/cache@v5.0.0 |
274 | 274 | with: |
275 | 275 | key: ${{ needs.preflight.outputs.cache-key }} |
276 | 276 | path: ${{ env.CACHE_PATH }} |
@@ -325,7 +325,7 @@ jobs: |
325 | 325 | node-version: ${{ matrix.node-version }} |
326 | 326 | - id: cache |
327 | 327 | name: Restore dependencies cache |
328 | | - uses: actions/cache@v4.3.0 |
| 328 | + uses: actions/cache@v5.0.0 |
329 | 329 | with: |
330 | 330 | key: ${{ needs.preflight.outputs.cache-key }} |
331 | 331 | path: ${{ env.CACHE_PATH }} |
@@ -395,7 +395,7 @@ jobs: |
395 | 395 | node-version-file: .nvmrc |
396 | 396 | - id: cache |
397 | 397 | name: Restore dependencies cache |
398 | | - uses: actions/cache@v4.3.0 |
| 398 | + uses: actions/cache@v5.0.0 |
399 | 399 | with: |
400 | 400 | key: ${{ needs.preflight.outputs.cache-key }} |
401 | 401 | path: ${{ env.CACHE_PATH }} |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 | node-version-file: .nvmrc |
449 | 449 | - id: cache |
450 | 450 | name: Restore dependencies cache |
451 | | - uses: actions/cache@v4.3.0 |
| 451 | + uses: actions/cache@v5.0.0 |
452 | 452 | with: |
453 | 453 | key: ${{ needs.preflight.outputs.cache-key }} |
454 | 454 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments