Skip to content

Commit b261769

Browse files
ci(deps): bump actions/cache from 5.0.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08e96f6 commit b261769

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/[email protected].0
91+
uses: actions/[email protected].1
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/[email protected].0
126+
uses: actions/[email protected].1
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/[email protected].0
176+
uses: actions/[email protected].1
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/[email protected].0
205+
uses: actions/[email protected].1
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/[email protected].0
234+
uses: actions/[email protected].1
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/[email protected].0
271+
uses: actions/[email protected].1
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/[email protected].0
316+
uses: actions/[email protected].1
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/[email protected].0
368+
uses: actions/[email protected].1
369369
with:
370370
key: ${{ needs.preflight.outputs.cache-key }}
371371
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)