|
84 | 84 | run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
|
85 | 85 | - id: cache
|
86 | 86 | name: Cache dependencies
|
87 |
| - uses: actions/cache@v3.3.1 |
| 87 | + uses: actions/cache@v3.3.2 |
88 | 88 | with:
|
89 | 89 | key: ${{ steps.cache-key.outputs.result }}
|
90 | 90 | path: ${{ env.CACHE_PATH }}
|
@@ -114,7 +114,7 @@ jobs:
|
114 | 114 | node-version-file: .nvmrc
|
115 | 115 | - id: cache
|
116 | 116 | name: Restore dependencies cache
|
117 |
| - uses: actions/cache@v3.3.1 |
| 117 | + uses: actions/cache@v3.3.2 |
118 | 118 | with:
|
119 | 119 | key: ${{ needs.preflight.outputs.cache-key }}
|
120 | 120 | path: ${{ env.CACHE_PATH }}
|
@@ -166,7 +166,7 @@ jobs:
|
166 | 166 | node-version-file: .nvmrc
|
167 | 167 | - id: cache
|
168 | 168 | name: Restore dependencies cache
|
169 |
| - uses: actions/cache@v3.3.1 |
| 169 | + uses: actions/cache@v3.3.2 |
170 | 170 | with:
|
171 | 171 | key: ${{ needs.preflight.outputs.cache-key }}
|
172 | 172 | 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@v3.3.1 |
| 201 | + uses: actions/cache@v3.3.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@v3.3.1 |
| 230 | + uses: actions/cache@v3.3.2 |
231 | 231 | with:
|
232 | 232 | key: ${{ needs.preflight.outputs.cache-key }}
|
233 | 233 | path: ${{ env.CACHE_PATH }}
|
@@ -270,7 +270,7 @@ jobs:
|
270 | 270 | - id: cache
|
271 | 271 | if: steps.test-files-check.outputs.files_exists == 'true'
|
272 | 272 | name: Restore dependencies cache
|
273 |
| - uses: actions/cache@v3.3.1 |
| 273 | + uses: actions/cache@v3.3.2 |
274 | 274 | with:
|
275 | 275 | key: ${{ needs.preflight.outputs.cache-key }}
|
276 | 276 | path: ${{ env.CACHE_PATH }}
|
@@ -329,7 +329,7 @@ jobs:
|
329 | 329 | - id: cache
|
330 | 330 | if: steps.test-files-check.outputs.files_exists == 'true'
|
331 | 331 | name: Restore dependencies cache
|
332 |
| - uses: actions/cache@v3.3.1 |
| 332 | + uses: actions/cache@v3.3.2 |
333 | 333 | with:
|
334 | 334 | key: ${{ needs.preflight.outputs.cache-key }}
|
335 | 335 | path: ${{ env.CACHE_PATH }}
|
@@ -383,7 +383,7 @@ jobs:
|
383 | 383 | node-version-file: .nvmrc
|
384 | 384 | - id: cache
|
385 | 385 | name: Restore dependencies cache
|
386 |
| - uses: actions/cache@v3.3.1 |
| 386 | + uses: actions/cache@v3.3.2 |
387 | 387 | with:
|
388 | 388 | key: ${{ needs.preflight.outputs.cache-key }}
|
389 | 389 | path: ${{ env.CACHE_PATH }}
|
|
0 commit comments