Skip to content

Commit 5b85374

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 d36b8d8 commit 5b85374

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 }}
@@ -269,7 +269,7 @@ jobs:
269269
node-version: ${{ matrix.node-version }}
270270
- id: cache
271271
name: Restore dependencies cache
272-
uses: actions/[email protected].0
272+
uses: actions/[email protected].1
273273
with:
274274
key: ${{ needs.preflight.outputs.cache-key }}
275275
path: ${{ env.CACHE_PATH }}
@@ -347,7 +347,7 @@ jobs:
347347
bun-version: ${{ matrix.bun-version }}
348348
- id: cache
349349
name: Restore dependencies cache
350-
uses: actions/[email protected].0
350+
uses: actions/[email protected].1
351351
with:
352352
key: ${{ needs.preflight.outputs.cache-key }}
353353
path: ${{ env.CACHE_PATH }}
@@ -434,7 +434,7 @@ jobs:
434434
node-version-file: .nvmrc
435435
- id: cache
436436
name: Restore dependencies cache
437-
uses: actions/[email protected].0
437+
uses: actions/[email protected].1
438438
with:
439439
key: ${{ needs.preflight.outputs.cache-key }}
440440
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)