Skip to content

Commit 99cab42

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 9e4a827 commit 99cab42

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
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
9090
- id: cache
9191
name: Cache dependencies
92-
uses: actions/[email protected].0
92+
uses: actions/[email protected].1
9393
with:
9494
key: ${{ steps.cache-key.outputs.result }}
9595
path: ${{ env.CACHE_PATH }}
@@ -129,7 +129,7 @@ jobs:
129129
node-version-file: .nvmrc
130130
- id: cache
131131
name: Restore dependencies cache
132-
uses: actions/[email protected].0
132+
uses: actions/[email protected].1
133133
with:
134134
key: ${{ needs.preflight.outputs.cache-key }}
135135
path: ${{ env.CACHE_PATH }}
@@ -179,7 +179,7 @@ jobs:
179179
node-version-file: .nvmrc
180180
- id: cache
181181
name: Restore dependencies cache
182-
uses: actions/[email protected].0
182+
uses: actions/[email protected].1
183183
with:
184184
key: ${{ needs.preflight.outputs.cache-key }}
185185
path: ${{ env.CACHE_PATH }}
@@ -208,7 +208,7 @@ jobs:
208208
node-version-file: .nvmrc
209209
- id: cache
210210
name: Restore dependencies cache
211-
uses: actions/[email protected].0
211+
uses: actions/[email protected].1
212212
with:
213213
key: ${{ needs.preflight.outputs.cache-key }}
214214
path: ${{ env.CACHE_PATH }}
@@ -237,7 +237,7 @@ jobs:
237237
node-version-file: .nvmrc
238238
- id: cache
239239
name: Restore dependencies cache
240-
uses: actions/[email protected].0
240+
uses: actions/[email protected].1
241241
with:
242242
key: ${{ needs.preflight.outputs.cache-key }}
243243
path: ${{ env.CACHE_PATH }}
@@ -276,7 +276,7 @@ jobs:
276276
node-version-file: .nvmrc
277277
- id: cache
278278
name: Restore dependencies cache
279-
uses: actions/[email protected].0
279+
uses: actions/[email protected].1
280280
with:
281281
key: ${{ needs.preflight.outputs.cache-key }}
282282
path: ${{ env.CACHE_PATH }}
@@ -332,7 +332,7 @@ jobs:
332332
node-version: ${{ matrix.node-version }}
333333
- id: cache
334334
name: Restore dependencies cache
335-
uses: actions/[email protected].0
335+
uses: actions/[email protected].1
336336
with:
337337
key: ${{ needs.preflight.outputs.cache-key }}
338338
path: ${{ env.CACHE_PATH }}
@@ -402,7 +402,7 @@ jobs:
402402
node-version-file: .nvmrc
403403
- id: cache
404404
name: Restore dependencies cache
405-
uses: actions/[email protected].0
405+
uses: actions/[email protected].1
406406
with:
407407
key: ${{ needs.preflight.outputs.cache-key }}
408408
path: ${{ env.CACHE_PATH }}
@@ -455,7 +455,7 @@ jobs:
455455
node-version-file: .nvmrc
456456
- id: cache
457457
name: Restore dependencies cache
458-
uses: actions/[email protected].0
458+
uses: actions/[email protected].1
459459
with:
460460
key: ${{ needs.preflight.outputs.cache-key }}
461461
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)