@@ -136,7 +136,7 @@ jobs:
136
136
run : go version
137
137
- name : Install runsim
138
138
run :
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
139
- - uses : actions/cache@v2.1.6
139
+ - uses : actions/cache@v4
140
140
with :
141
141
path : ~/go/bin
142
142
key : ${{ runner.os }}-go-runsim-binary
@@ -183,7 +183,7 @@ jobs:
183
183
go.mod
184
184
go.sum
185
185
if : github.event_name == 'push' || github.event_name == 'pull_request'
186
- - uses : actions/cache@v2.1.6
186
+ - uses : actions/cache@v4
187
187
with :
188
188
path : ~/go/bin
189
189
key : ${{ runner.os }}-go-runsim-binary
@@ -239,7 +239,7 @@ jobs:
239
239
go.mod
240
240
go.sum
241
241
if : github.event_name == 'push' || github.event_name == 'pull_request'
242
- - uses : actions/cache@v2.1.6
242
+ - uses : actions/cache@v4
243
243
with :
244
244
path : ~/go/bin
245
245
key : ${{ runner.os }}-go-runsim-binary
@@ -295,7 +295,7 @@ jobs:
295
295
go.mod
296
296
go.sum
297
297
if : github.event_name == 'push' || github.event_name == 'pull_request'
298
- - uses : actions/cache@v2.1.6
298
+ - uses : actions/cache@v4
299
299
with :
300
300
path : ~/go/bin
301
301
key : ${{ runner.os }}-go-runsim-binary
@@ -351,7 +351,7 @@ jobs:
351
351
go.mod
352
352
go.sum
353
353
if : github.event_name == 'push' || github.event_name == 'pull_request'
354
- - uses : actions/cache@v2.1.6
354
+ - uses : actions/cache@v4
355
355
with :
356
356
path : ~/go/bin
357
357
key : ${{ runner.os }}-go-runsim-binary
0 commit comments