@@ -136,7 +136,7 @@ jobs:
136136 run : go version
137137 - name : Install runsim
138138 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
140140 with :
141141 path : ~/go/bin
142142 key : ${{ runner.os }}-go-runsim-binary
@@ -183,7 +183,7 @@ jobs:
183183 go.mod
184184 go.sum
185185 if : github.event_name == 'push' || github.event_name == 'pull_request'
186- - uses : actions/cache@v2.1.6
186+ - uses : actions/cache@v4
187187 with :
188188 path : ~/go/bin
189189 key : ${{ runner.os }}-go-runsim-binary
@@ -239,7 +239,7 @@ jobs:
239239 go.mod
240240 go.sum
241241 if : github.event_name == 'push' || github.event_name == 'pull_request'
242- - uses : actions/cache@v2.1.6
242+ - uses : actions/cache@v4
243243 with :
244244 path : ~/go/bin
245245 key : ${{ runner.os }}-go-runsim-binary
@@ -295,7 +295,7 @@ jobs:
295295 go.mod
296296 go.sum
297297 if : github.event_name == 'push' || github.event_name == 'pull_request'
298- - uses : actions/cache@v2.1.6
298+ - uses : actions/cache@v4
299299 with :
300300 path : ~/go/bin
301301 key : ${{ runner.os }}-go-runsim-binary
@@ -351,7 +351,7 @@ jobs:
351351 go.mod
352352 go.sum
353353 if : github.event_name == 'push' || github.event_name == 'pull_request'
354- - uses : actions/cache@v2.1.6
354+ - uses : actions/cache@v4
355355 with :
356356 path : ~/go/bin
357357 key : ${{ runner.os }}-go-runsim-binary
0 commit comments