Skip to content

Commit b8ec8cf

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 536e4fe commit b8ec8cf

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
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "result=${{ hashFiles('yarn.lock') }}" >>$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 }}
@@ -116,7 +116,7 @@ jobs:
116116
node-version-file: .nvmrc
117117
- id: cache
118118
name: Restore dependencies cache
119-
uses: actions/[email protected].0
119+
uses: actions/[email protected].1
120120
with:
121121
key: ${{ needs.preflight.outputs.cache-key }}
122122
path: ${{ env.CACHE_PATH }}
@@ -143,7 +143,7 @@ jobs:
143143
node-version-file: .nvmrc
144144
- id: cache
145145
name: Restore dependencies cache
146-
uses: actions/[email protected].0
146+
uses: actions/[email protected].1
147147
with:
148148
key: ${{ needs.preflight.outputs.cache-key }}
149149
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 }}
@@ -229,7 +229,7 @@ jobs:
229229
node-version-file: .nvmrc
230230
- id: cache
231231
name: Restore dependencies cache
232-
uses: actions/[email protected].0
232+
uses: actions/[email protected].1
233233
with:
234234
key: ${{ needs.preflight.outputs.cache-key }}
235235
path: ${{ env.CACHE_PATH }}
@@ -274,7 +274,7 @@ jobs:
274274
uses: hmarr/[email protected]
275275
- id: cache
276276
name: Restore dependencies cache
277-
uses: actions/[email protected].0
277+
uses: actions/[email protected].1
278278
with:
279279
key: ${{ needs.preflight.outputs.cache-key }}
280280
path: ${{ env.CACHE_PATH }}
@@ -355,7 +355,7 @@ jobs:
355355
uses: hmarr/[email protected]
356356
- id: cache
357357
name: Restore dependencies cache
358-
uses: actions/[email protected].0
358+
uses: actions/[email protected].1
359359
with:
360360
key: ${{ needs.preflight.outputs.cache-key }}
361361
path: ${{ env.CACHE_PATH }}
@@ -442,7 +442,7 @@ jobs:
442442
node-version-file: .nvmrc
443443
- id: cache
444444
name: Restore dependencies cache
445-
uses: actions/[email protected].0
445+
uses: actions/[email protected].1
446446
with:
447447
key: ${{ needs.preflight.outputs.cache-key }}
448448
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)