We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3e48b commit 993b7bfCopy full SHA for 993b7bf
.github/workflows/tests.yaml
@@ -37,13 +37,13 @@ jobs:
37
echo ::set-output name=build_cache::$(go env GOCACHE)
38
39
- name: Go modules cache
40
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
41
with:
42
path: ${{ steps.go-paths.outputs.mod_cache }}
43
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
44
45
- name: Go build cache
46
47
48
path: ${{ steps.go-paths.outputs.build_cache }}
49
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
0 commit comments