Skip to content

Commit de4a40c

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 d68703a commit de4a40c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
8989
- id: cache
9090
name: Cache dependencies
91-
uses: actions/cache@v4.1.2
91+
uses: actions/cache@v4.2.0
9292
with:
9393
key: ${{ steps.cache-key.outputs.result }}
9494
path: ${{ env.CACHE_PATH }}
@@ -123,7 +123,7 @@ jobs:
123123
node-version-file: .nvmrc
124124
- id: cache
125125
name: Restore dependencies cache
126-
uses: actions/cache@v4.1.2
126+
uses: actions/cache@v4.2.0
127127
with:
128128
key: ${{ needs.preflight.outputs.cache-key }}
129129
path: ${{ env.CACHE_PATH }}
@@ -173,7 +173,7 @@ jobs:
173173
node-version-file: .nvmrc
174174
- id: cache
175175
name: Restore dependencies cache
176-
uses: actions/cache@v4.1.2
176+
uses: actions/cache@v4.2.0
177177
with:
178178
key: ${{ needs.preflight.outputs.cache-key }}
179179
path: ${{ env.CACHE_PATH }}
@@ -202,7 +202,7 @@ jobs:
202202
node-version-file: .nvmrc
203203
- id: cache
204204
name: Restore dependencies cache
205-
uses: actions/cache@v4.1.2
205+
uses: actions/cache@v4.2.0
206206
with:
207207
key: ${{ needs.preflight.outputs.cache-key }}
208208
path: ${{ env.CACHE_PATH }}
@@ -231,7 +231,7 @@ jobs:
231231
node-version-file: .nvmrc
232232
- id: cache
233233
name: Restore dependencies cache
234-
uses: actions/cache@v4.1.2
234+
uses: actions/cache@v4.2.0
235235
with:
236236
key: ${{ needs.preflight.outputs.cache-key }}
237237
path: ${{ env.CACHE_PATH }}
@@ -268,7 +268,7 @@ jobs:
268268
node-version-file: .nvmrc
269269
- id: cache
270270
name: Restore dependencies cache
271-
uses: actions/cache@v4.1.2
271+
uses: actions/cache@v4.2.0
272272
with:
273273
key: ${{ needs.preflight.outputs.cache-key }}
274274
path: ${{ env.CACHE_PATH }}
@@ -313,7 +313,7 @@ jobs:
313313
node-version-file: .nvmrc
314314
- id: cache
315315
name: Restore dependencies cache
316-
uses: actions/cache@v4.1.2
316+
uses: actions/cache@v4.2.0
317317
with:
318318
key: ${{ needs.preflight.outputs.cache-key }}
319319
path: ${{ env.CACHE_PATH }}
@@ -365,7 +365,7 @@ jobs:
365365
node-version-file: .nvmrc
366366
- id: cache
367367
name: Restore dependencies cache
368-
uses: actions/cache@v4.1.2
368+
uses: actions/cache@v4.2.0
369369
with:
370370
key: ${{ needs.preflight.outputs.cache-key }}
371371
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)