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 0e3fc0a commit a738e50Copy full SHA for a738e50
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Check out code
45
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
- name: Cache Go modules
47
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48
id: go-mod-cache
49
with:
50
path: ~/go/pkg/mod
0 commit comments