File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
53
53
54
54
- name : Go Build Cache
55
55
id : build-cache
56
- uses : actions/cache@v2
56
+ uses : actions/cache@v3
57
57
with :
58
58
path : ${{ steps.go-cache-paths.outputs.go-build }}
59
59
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
60
60
61
61
- name : Go Mod Cache
62
62
id : mod-cache
63
- uses : actions/cache@v2
63
+ uses : actions/cache@v3
64
64
with :
65
65
path : ${{ steps.go-cache-paths.outputs.go-mod }}
66
66
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -185,14 +185,14 @@ jobs:
185
185
186
186
- name : Go Build Cache
187
187
id : build-cache
188
- uses : actions/cache@v2
188
+ uses : actions/cache@v3
189
189
with :
190
190
path : ${{ steps.go-cache-paths.outputs.go-build }}
191
191
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
192
192
193
193
- name : Go Mod Cache
194
194
id : mod-cache
195
- uses : actions/cache@v2
195
+ uses : actions/cache@v3
196
196
with :
197
197
path : ${{ steps.go-cache-paths.outputs.go-mod }}
198
198
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments