File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
- name : install runsim
23
23
run : |
24
24
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
25
- - uses : actions/cache@v2.1.6
25
+ - uses : actions/cache@v4.2.2
26
26
with :
27
27
path : ~/go/bin
28
28
key : ${{ runner.os }}-go-runsim-binary
32
32
needs : [build, install-runsim]
33
33
steps :
34
34
- uses : actions/checkout@v2
35
- - uses : actions/cache@v2.1.6
35
+ - uses : actions/cache@v4.2.2
36
36
with :
37
37
path : ~/go/bin
38
38
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 31
31
run : go version
32
32
- name : Install runsim
33
33
run :
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
34
- - uses : actions/cache@v2.1.6
34
+ - uses : actions/cache@v4.2.2
35
35
with :
36
36
path : ~/go/bin
37
37
key : ${{ runner.os }}-go-runsim-binary
52
52
**/**.go
53
53
go.mod
54
54
go.sum
55
- - uses : actions/cache@v2.1.6
55
+ - uses : actions/cache@v4.2.2
56
56
with :
57
57
path : ~/go/bin
58
58
key : ${{ runner.os }}-go-runsim-binary
80
80
go.sum
81
81
SET_ENV_NAME_INSERTIONS : 1
82
82
SET_ENV_NAME_LINES : 1
83
- - uses : actions/cache@v2.1.6
83
+ - uses : actions/cache@v4.2.2
84
84
with :
85
85
path : ~/go/bin
86
86
key : ${{ runner.os }}-go-runsim-binary
@@ -108,7 +108,7 @@ jobs:
108
108
go.sum
109
109
SET_ENV_NAME_INSERTIONS : 1
110
110
SET_ENV_NAME_LINES : 1
111
- - uses : actions/cache@v2.1.6
111
+ - uses : actions/cache@v4.2.2
112
112
with :
113
113
path : ~/go/bin
114
114
key : ${{ runner.os }}-go-runsim-binary
@@ -136,7 +136,7 @@ jobs:
136
136
go.sum
137
137
SET_ENV_NAME_INSERTIONS : 1
138
138
SET_ENV_NAME_LINES : 1
139
- - uses : actions/cache@v2.1.6
139
+ - uses : actions/cache@v4.2.2
140
140
with :
141
141
path : ~/go/bin
142
142
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 18
18
- name : install tparse
19
19
run : |
20
20
go install github.com/mfridman/[email protected]
21
- - uses : actions/cache@v2.1.6
21
+ - uses : actions/cache@v4.2.2
22
22
with :
23
23
path : ~/go/bin
24
24
key : ${{ runner.os }}-go-tparse-binary
You can’t perform that action at this time.
0 commit comments