|
87 | 87 | run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT |
88 | 88 | - id: cache |
89 | 89 | name: Cache dependencies |
90 | | - uses: actions/cache@v4.1.1 |
| 90 | + uses: actions/cache@v4.1.2 |
91 | 91 | with: |
92 | 92 | key: ${{ steps.cache-key.outputs.result }} |
93 | 93 | path: ${{ env.CACHE_PATH }} |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | node-version-file: .nvmrc |
118 | 118 | - id: cache |
119 | 119 | name: Restore dependencies cache |
120 | | - uses: actions/cache@v4.1.1 |
| 120 | + uses: actions/cache@v4.1.2 |
121 | 121 | with: |
122 | 122 | key: ${{ needs.preflight.outputs.cache-key }} |
123 | 123 | path: ${{ env.CACHE_PATH }} |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | node-version-file: .nvmrc |
170 | 170 | - id: cache |
171 | 171 | name: Restore dependencies cache |
172 | | - uses: actions/cache@v4.1.1 |
| 172 | + uses: actions/cache@v4.1.2 |
173 | 173 | with: |
174 | 174 | key: ${{ needs.preflight.outputs.cache-key }} |
175 | 175 | path: ${{ env.CACHE_PATH }} |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 | node-version-file: .nvmrc |
199 | 199 | - id: cache |
200 | 200 | name: Restore dependencies cache |
201 | | - uses: actions/cache@v4.1.1 |
| 201 | + uses: actions/cache@v4.1.2 |
202 | 202 | with: |
203 | 203 | key: ${{ needs.preflight.outputs.cache-key }} |
204 | 204 | path: ${{ env.CACHE_PATH }} |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 | node-version-file: .nvmrc |
228 | 228 | - id: cache |
229 | 229 | name: Restore dependencies cache |
230 | | - uses: actions/cache@v4.1.1 |
| 230 | + uses: actions/cache@v4.1.2 |
231 | 231 | with: |
232 | 232 | key: ${{ needs.preflight.outputs.cache-key }} |
233 | 233 | path: ${{ env.CACHE_PATH }} |
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | - id: cache |
272 | 272 | if: steps.test-files-check.outputs.files_exists == 'true' |
273 | 273 | name: Restore dependencies cache |
274 | | - uses: actions/cache@v4.1.1 |
| 274 | + uses: actions/cache@v4.1.2 |
275 | 275 | with: |
276 | 276 | key: ${{ needs.preflight.outputs.cache-key }} |
277 | 277 | path: ${{ env.CACHE_PATH }} |
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | node-version-file: .nvmrc |
313 | 313 | - id: cache |
314 | 314 | name: Restore dependencies cache |
315 | | - uses: actions/cache@v4.1.1 |
| 315 | + uses: actions/cache@v4.1.2 |
316 | 316 | with: |
317 | 317 | key: ${{ needs.preflight.outputs.cache-key }} |
318 | 318 | path: ${{ env.CACHE_PATH }} |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 | node-version-file: .nvmrc |
363 | 363 | - id: cache |
364 | 364 | name: Restore dependencies cache |
365 | | - uses: actions/cache@v4.1.1 |
| 365 | + uses: actions/cache@v4.1.2 |
366 | 366 | with: |
367 | 367 | key: ${{ needs.preflight.outputs.cache-key }} |
368 | 368 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments