|
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 }} |
@@ -275,7 +275,7 @@ jobs: |
275 | 275 | node-version-file: .nvmrc |
276 | 276 | - id: cache |
277 | 277 | name: Restore dependencies cache |
278 | | - uses: actions/cache@v4.1.2 |
| 278 | + uses: actions/cache@v4.2.0 |
279 | 279 | with: |
280 | 280 | key: ${{ needs.preflight.outputs.cache-key }} |
281 | 281 | path: ${{ env.CACHE_PATH }} |
@@ -330,7 +330,7 @@ jobs: |
330 | 330 | node-version: ${{ matrix.node-version }} |
331 | 331 | - id: cache |
332 | 332 | name: Restore dependencies cache |
333 | | - uses: actions/cache@v4.1.2 |
| 333 | + uses: actions/cache@v4.2.0 |
334 | 334 | with: |
335 | 335 | key: ${{ needs.preflight.outputs.cache-key }} |
336 | 336 | 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.1.2 |
| 405 | + uses: actions/cache@v4.2.0 |
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.1.2 |
| 458 | + uses: actions/cache@v4.2.0 |
459 | 459 | with: |
460 | 460 | key: ${{ needs.preflight.outputs.cache-key }} |
461 | 461 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments