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 6879af3 commit c466ed2Copy full SHA for c466ed2
.github/workflows/pr-checks.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
22
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
23
- name: Module cache
24
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
25
env:
26
cache-name: go-mod-cache
27
with:
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments