Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#6355 from kubernetes-sigs/dependab…
Browse files Browse the repository at this point in the history
…ot/github_actions/actions/cache-3.0.1

🌱 Bump actions/cache from 2 to 3.0.1
  • Loading branch information
k8s-ci-robot committed Mar 31, 2022
2 parents e52fd38 + c33dbb0 commit df97d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
name: Restore go cache
with:
path: |
Expand Down

0 comments on commit df97d93

Please sign in to comment.