Skip to content

Commit 5bd9657

Browse files
🌱 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0a92c9 commit 5bd9657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
go-version-file: go.mod
105105
cache: true
106106

107-
- uses: actions/cache@v3
107+
- uses: actions/cache@v4
108108
with:
109109
path: hack/tools/bin
110110
key: ${{ runner.os }}-tools-bin-release-${{ hashFiles('Makefile') }}

0 commit comments

Comments
 (0)