Skip to content

Commit e4476e2

Browse files
chore(deps): update actions/cache action to v4 (#602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b9d63a commit e4476e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
3535
3636
- name: Module cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
env:
3939
cache-name: go-mod-cache
4040
with:
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Cache build tools
116116
id: cache-build-tools
117-
uses: actions/cache@v3
117+
uses: actions/cache@v4
118118
with:
119119
path: ./bin
120120
key: build-tools-${{ github.ref_name }}

.github/workflows/validate-crd-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Cache build tools
1818
id: cache-build-tools
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ./bin
2222
key: build-tools-${{ github.ref_name }}

0 commit comments

Comments
 (0)