Skip to content

Commit c251cf4

Browse files
authored
Merge pull request #202 from kubernetes-sigs/dependabot/github_actions/actions/cache-4.0.2
🌱 Bump actions/cache from 3.2.3 to 4.0.2
2 parents 9c59c00 + 00d6206 commit c251cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: go
2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
27-
- uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # tag=v3.2.3
27+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # tag=v4.0.2
2828
name: Restore go cache
2929
with:
3030
path: |

0 commit comments

Comments
 (0)