|
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.1 |
| 92 | + uses: actions/cache@v4.2.2 |
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.1 |
| 132 | + uses: actions/cache@v4.2.2 |
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.1 |
| 182 | + uses: actions/cache@v4.2.2 |
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.1 |
| 211 | + uses: actions/cache@v4.2.2 |
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.1 |
| 240 | + uses: actions/cache@v4.2.2 |
241 | 241 | with: |
242 | 242 | key: ${{ needs.preflight.outputs.cache-key }} |
243 | 243 | 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.2.1 |
| 278 | + uses: actions/cache@v4.2.2 |
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.2.1 |
| 333 | + uses: actions/cache@v4.2.2 |
334 | 334 | with: |
335 | 335 | key: ${{ needs.preflight.outputs.cache-key }} |
336 | 336 | path: ${{ env.CACHE_PATH }} |
@@ -400,7 +400,7 @@ jobs: |
400 | 400 | node-version-file: .nvmrc |
401 | 401 | - id: cache |
402 | 402 | name: Restore dependencies cache |
403 | | - uses: actions/cache@v4.2.1 |
| 403 | + uses: actions/cache@v4.2.2 |
404 | 404 | with: |
405 | 405 | key: ${{ needs.preflight.outputs.cache-key }} |
406 | 406 | path: ${{ env.CACHE_PATH }} |
@@ -453,7 +453,7 @@ jobs: |
453 | 453 | node-version-file: .nvmrc |
454 | 454 | - id: cache |
455 | 455 | name: Restore dependencies cache |
456 | | - uses: actions/cache@v4.2.1 |
| 456 | + uses: actions/cache@v4.2.2 |
457 | 457 | with: |
458 | 458 | key: ${{ needs.preflight.outputs.cache-key }} |
459 | 459 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments