Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#602)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 2b9d63a commit e4476e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Module cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: go-mod-cache
with:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Cache build tools
id: cache-build-tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./bin
key: build-tools-${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-crd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Cache build tools
id: cache-build-tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./bin
key: build-tools-${{ github.ref_name }}
Expand Down

0 comments on commit e4476e2

Please sign in to comment.