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@13aacd865c20de90d75de3b17ebe84f7a17d57d2
46
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
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@13aacd865c20de90d75de3b17ebe84f7a17d57d2
53
+ - uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
54
54
with :
55
55
path : |
56
56
~/go/pkg/mod
72
72
with :
73
73
go-version : 1.22.x
74
74
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
75
- - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
75
+ - uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
76
76
with :
77
77
path : |
78
78
~/go/pkg/mod
You can’t perform that action at this time.
0 commit comments