27
27
cache : false
28
28
- name : Cache Go
29
29
id : go-cache
30
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31
31
with :
32
32
path : |
33
33
~/go/bin
50
50
cache : false
51
51
- name : Cache Go
52
52
id : go-cache
53
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54
54
with :
55
55
path : |
56
56
~/go/bin
75
75
cache : false
76
76
- name : Cache Go
77
77
id : go-cache
78
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
78
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
79
79
with :
80
80
path : |
81
81
~/go/bin
@@ -100,7 +100,7 @@ jobs:
100
100
cache : false
101
101
- name : Cache Go
102
102
id : go-cache
103
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
103
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
104
104
with :
105
105
path : |
106
106
~/go/bin
@@ -162,14 +162,14 @@ jobs:
162
162
cache : false
163
163
- name : Cache Go
164
164
id : go-cache
165
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
165
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
166
166
with :
167
167
path : |
168
168
~/go/bin
169
169
~/go/pkg/mod
170
170
key : go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }}
171
171
- name : Cache Build
172
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
172
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
173
173
with :
174
174
path : ~/.cache/go-build
175
175
key : unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
@@ -211,14 +211,14 @@ jobs:
211
211
cache : false
212
212
- name : Cache Go
213
213
id : go-cache
214
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
214
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
215
215
with :
216
216
path : |
217
217
~/go/bin
218
218
~/go/pkg/mod
219
219
key : go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }}
220
220
- name : Cache Build
221
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
221
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
222
222
with :
223
223
path : ~/.cache/go-build
224
224
key : coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
@@ -279,7 +279,7 @@ jobs:
279
279
cache : false
280
280
- name : Cache Go
281
281
id : go-cache
282
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
282
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
283
283
with :
284
284
path : |
285
285
~/go/bin
0 commit comments