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 84a0272 commit 67a25bcCopy full SHA for 67a25bc
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout code
24
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
- name: Restore cache
26
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27
with:
28
path: ~/go/pkg/mod
29
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments