Skip to content

Commit 3302aab

Browse files
build(deps): bump actions/cache from 4.3.0 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd049b7 commit 3302aab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
bun-version: latest
2828

29-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3030
with:
3131
path: ~/.bun/install/cache
3232
key: bun-cache-${{ hashFiles('**/bun.lock') }}
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
bun-version: latest
5454

55-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5656
with:
5757
path: ~/.bun/install/cache
5858
key: bun-cache-${{ hashFiles('**/bun.lock') }}
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
bun-version: latest
7575

76-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
76+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7777
with:
7878
path: ~/.bun/install/cache
7979
key: bun-cache-${{ hashFiles('**/bun.lock') }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: '24'
6868
registry-url: 'https://registry.npmjs.org'
6969

70-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
70+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7171
with:
7272
path: |
7373
~/.bun/install/cache

0 commit comments

Comments
 (0)