We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca638e8 commit 26a7b6aCopy full SHA for 26a7b6a
.github/workflows/check.yaml
@@ -39,7 +39,7 @@ jobs:
39
GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/[email protected]
40
GO111MODULE=on GOBIN=/usr/local/bin go install ./tools/protoc-gen-golang-deepcopy
41
- name: Cache Go Dependencies
42
- uses: actions/cache@v2
+ uses: actions/cache@v4
43
with:
44
path: ~/go/pkg/mod
45
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments