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 eb76e2a commit 37171aeCopy full SHA for 37171ae
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Check out code
39
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
- name: Cache Go modules
41
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
42
id: go-mod-cache
43
with:
44
path: ~/go/pkg/mod
0 commit comments