File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
go-version : 1.20.5
26
26
- name : Restore Go cache
27
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
27
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
28
28
with :
29
29
path : ~/go/pkg/mod
30
30
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 53
53
with :
54
54
go-version : 1.20.5
55
55
- name : Restore Go cache
56
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
56
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
57
57
with :
58
58
path : ~/go/pkg/mod
59
59
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
90
90
with :
91
91
go-version : 1.20.5
92
92
- name : Restore Go cache
93
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
93
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
94
94
with :
95
95
path : ~/go/pkg/mod
96
96
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 27
27
with :
28
28
go-version : 1.20.5
29
29
- name : Restore Go cache
30
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
30
+ uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
31
31
with :
32
32
path : ~/go/pkg/mod
33
33
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments