Skip to content

Commit e6cc81a

Browse files
authored
Merge pull request kubernetes-sigs#10224 from kubernetes-sigs/dependabot/github_actions/actions/cache-4.0.1
🌱 Bump actions/cache from 4.0.0 to 4.0.1
2 parents 93dc0ca + 81dfee5 commit e6cc81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
30-
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # tag=v4.0.0
30+
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # tag=v4.0.1
3131
name: Restore go cache
3232
with:
3333
path: |

0 commit comments

Comments
 (0)