File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
25
25
26
26
- name : Set up cache
27
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
27
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28
28
with :
29
29
path : |
30
30
${{ steps.cache.outputs.build }}
54
54
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
55
55
56
56
- name : Set up cache
57
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
58
with :
59
59
path : |
60
60
${{ steps.cache.outputs.build }}
92
92
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
93
93
94
94
- name : Set up cache
95
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
96
96
with :
97
97
path : |
98
98
${{ steps.cache.outputs.build }}
Original file line number Diff line number Diff line change 28
28
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
29
29
30
30
- name : Set up cache
31
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32
32
with :
33
33
path : |
34
34
${{ steps.cache.outputs.build }}
You can’t perform that action at this time.
0 commit comments