File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
43
43
with :
44
44
fetch-depth : 0
45
45
- name : cache go binaries
46
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
46
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
47
47
id : cache-go-bin
48
48
with :
49
49
path : ~/go/bin
50
50
key : ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
51
51
restore-keys : ${{ runner.os }}-go-bin
52
52
53
- - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
53
+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
54
54
with :
55
55
path : |
56
56
~/go/pkg/mod
72
72
with :
73
73
go-version : 1.21.x
74
74
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
75
- - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
75
+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
76
76
with :
77
77
path : |
78
78
~/go/pkg/mod
You can’t perform that action at this time.
0 commit comments