Skip to content

Commit 27f29d7

Browse files
chore(deps)(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fee796a commit 27f29d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bun-version: "1.3.4"
4343

4444
- name: Restore forge build cache
45-
uses: actions/cache/restore@v4
45+
uses: actions/cache/restore@v5
4646
with:
4747
path: |
4848
evm/out

.github/workflows/evm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: forge build --via-ir
9292

9393
- name: Save forge build cache
94-
uses: actions/cache/save@v4
94+
uses: actions/cache/save@v5
9595
with:
9696
path: |
9797
evm/out

0 commit comments

Comments
 (0)