We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fa14c commit df1eab0Copy full SHA for df1eab0
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
id: go
21
22
- name: Cache Go Modules
23
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
24
with:
25
path: ~/go/pkg/mod
26
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments