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 982d103 commit 5e58004Copy full SHA for 5e58004
.github/workflows/main.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
go-version: 1.20.x
18
- name: Restore Go cache
19
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
20
21
path: ~/go/pkg/mod
22
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/pr-build.yaml
@@ -20,7 +20,7 @@ jobs:
23
24
25
26
0 commit comments