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.
2 parents 1e5c5ae + 83660da commit 6100124Copy full SHA for 6100124
.github/workflows/build_test.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "::set-output name=cache::$(go env GOCACHE)"
33
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
34
- name: Cache go modules
35
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
36
with:
37
path: |
38
${{ steps.cache-paths.outputs.cache }}
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
39
${{ steps.go-env.outputs.cache }}
0 commit comments