Skip to content

Commit d7ea4c9

Browse files
ci(deps): bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51b1b93 commit d7ea4c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
8888
- id: cache
8989
name: Cache dependencies
90-
uses: actions/cache@v4.1.2
90+
uses: actions/cache@v4.2.0
9191
with:
9292
key: ${{ steps.cache-key.outputs.result }}
9393
path: ${{ env.CACHE_PATH }}
@@ -117,7 +117,7 @@ jobs:
117117
node-version-file: .nvmrc
118118
- id: cache
119119
name: Restore dependencies cache
120-
uses: actions/cache@v4.1.2
120+
uses: actions/cache@v4.2.0
121121
with:
122122
key: ${{ needs.preflight.outputs.cache-key }}
123123
path: ${{ env.CACHE_PATH }}
@@ -169,7 +169,7 @@ jobs:
169169
node-version-file: .nvmrc
170170
- id: cache
171171
name: Restore dependencies cache
172-
uses: actions/cache@v4.1.2
172+
uses: actions/cache@v4.2.0
173173
with:
174174
key: ${{ needs.preflight.outputs.cache-key }}
175175
path: ${{ env.CACHE_PATH }}
@@ -198,7 +198,7 @@ jobs:
198198
node-version-file: .nvmrc
199199
- id: cache
200200
name: Restore dependencies cache
201-
uses: actions/cache@v4.1.2
201+
uses: actions/cache@v4.2.0
202202
with:
203203
key: ${{ needs.preflight.outputs.cache-key }}
204204
path: ${{ env.CACHE_PATH }}
@@ -227,7 +227,7 @@ jobs:
227227
node-version-file: .nvmrc
228228
- id: cache
229229
name: Restore dependencies cache
230-
uses: actions/cache@v4.1.2
230+
uses: actions/cache@v4.2.0
231231
with:
232232
key: ${{ needs.preflight.outputs.cache-key }}
233233
path: ${{ env.CACHE_PATH }}
@@ -269,7 +269,7 @@ jobs:
269269
- id: cache
270270
if: steps.test-files-check.outputs.files_exists == 'true'
271271
name: Restore dependencies cache
272-
uses: actions/cache@v4.1.2
272+
uses: actions/cache@v4.2.0
273273
with:
274274
key: ${{ needs.preflight.outputs.cache-key }}
275275
path: ${{ env.CACHE_PATH }}
@@ -322,7 +322,7 @@ jobs:
322322
- id: cache
323323
if: steps.test-files-check.outputs.files_exists == 'true'
324324
name: Restore dependencies cache
325-
uses: actions/cache@v4.1.2
325+
uses: actions/cache@v4.2.0
326326
with:
327327
key: ${{ needs.preflight.outputs.cache-key }}
328328
path: ${{ env.CACHE_PATH }}
@@ -376,7 +376,7 @@ jobs:
376376
node-version-file: .nvmrc
377377
- id: cache
378378
name: Restore dependencies cache
379-
uses: actions/cache@v4.1.2
379+
uses: actions/cache@v4.2.0
380380
with:
381381
key: ${{ needs.preflight.outputs.cache-key }}
382382
path: ${{ env.CACHE_PATH }}
@@ -427,7 +427,7 @@ jobs:
427427
node-version-file: .nvmrc
428428
- id: cache
429429
name: Restore dependencies cache
430-
uses: actions/cache@v4.1.2
430+
uses: actions/cache@v4.2.0
431431
with:
432432
key: ${{ needs.preflight.outputs.cache-key }}
433433
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)