|
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.2.3 |
| 92 | + uses: actions/cache@v4.2.4 |
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.2.3 |
| 132 | + uses: actions/cache@v4.2.4 |
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.2.3 |
| 182 | + uses: actions/cache@v4.2.4 |
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.2.3 |
| 211 | + uses: actions/cache@v4.2.4 |
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.2.3 |
| 240 | + uses: actions/cache@v4.2.4 |
241 | 241 | with: |
242 | 242 | key: ${{ needs.preflight.outputs.cache-key }} |
243 | 243 | path: ${{ env.CACHE_PATH }} |
@@ -276,7 +276,7 @@ jobs: |
276 | 276 | node-version-file: .nvmrc |
277 | 277 | - id: cache |
278 | 278 | name: Restore dependencies cache |
279 | | - uses: actions/cache@v4.2.3 |
| 279 | + uses: actions/cache@v4.2.4 |
280 | 280 | with: |
281 | 281 | key: ${{ needs.preflight.outputs.cache-key }} |
282 | 282 | path: ${{ env.CACHE_PATH }} |
@@ -332,7 +332,7 @@ jobs: |
332 | 332 | node-version: ${{ matrix.node-version }} |
333 | 333 | - id: cache |
334 | 334 | name: Restore dependencies cache |
335 | | - uses: actions/cache@v4.2.3 |
| 335 | + uses: actions/cache@v4.2.4 |
336 | 336 | with: |
337 | 337 | key: ${{ needs.preflight.outputs.cache-key }} |
338 | 338 | path: ${{ env.CACHE_PATH }} |
@@ -402,7 +402,7 @@ jobs: |
402 | 402 | node-version-file: .nvmrc |
403 | 403 | - id: cache |
404 | 404 | name: Restore dependencies cache |
405 | | - uses: actions/cache@v4.2.3 |
| 405 | + uses: actions/cache@v4.2.4 |
406 | 406 | with: |
407 | 407 | key: ${{ needs.preflight.outputs.cache-key }} |
408 | 408 | path: ${{ env.CACHE_PATH }} |
@@ -455,7 +455,7 @@ jobs: |
455 | 455 | node-version-file: .nvmrc |
456 | 456 | - id: cache |
457 | 457 | name: Restore dependencies cache |
458 | | - uses: actions/cache@v4.2.3 |
| 458 | + uses: actions/cache@v4.2.4 |
459 | 459 | with: |
460 | 460 | key: ${{ needs.preflight.outputs.cache-key }} |
461 | 461 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments