File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
echo "::set-output name=cache::$(go env GOCACHE)"
33
33
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
34
34
- name : Cache go modules
35
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
35
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
36
36
with :
37
37
path : |
38
38
${{ steps.cache-paths.outputs.cache }}
Original file line number Diff line number Diff line change 33
33
echo "::set-output name=cache::$(go env GOCACHE)"
34
34
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
35
35
- name : Cache go modules
36
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
36
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
37
37
with :
38
38
path : |
39
39
${{ steps.go-env.outputs.cache }}
You can’t perform that action at this time.
0 commit comments