We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f663c commit 70086e9Copy full SHA for 70086e9
.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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0
20
21
path: ~/go/pkg/mod
22
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/pr-build.yaml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d #v3.2.2
23
24
0 commit comments