We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9d63a commit e4476e2Copy full SHA for e4476e2
.github/workflows/pr-checks.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
35
36
- name: Module cache
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
env:
39
cache-name: go-mod-cache
40
with:
@@ -114,7 +114,7 @@ jobs:
114
115
- name: Cache build tools
116
id: cache-build-tools
117
118
119
path: ./bin
120
key: build-tools-${{ github.ref_name }}
.github/workflows/validate-crd-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
0 commit comments