Skip to content

Commit 8b2f89e

Browse files
authored
Merge pull request #163 from k3s-io/dependabot/github_actions/actions/cache-4
🌱 Bump actions/cache from 3 to 4
2 parents 34f35d0 + 5bd9657 commit 8b2f89e

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)