We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b87e81 commit d66b89dCopy full SHA for d66b89d
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
go install google.golang.org/protobuf/cmd/[email protected]
41
42
- name: Cache go modules
43
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44
with:
45
path: ~/go/pkg/mod
46
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments