File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 29
29
go-version : 1.21.x
30
30
- name : Install runsim
31
31
run :
go install github.com/cosmos/tools/cmd/[email protected]
32
- - uses : actions/cache@v3.3.3
32
+ - uses : actions/cache@v4.0.0
33
33
with :
34
34
path : ~/go/bin
35
35
key : ${{ runner.os }}-go-runsim-binary
40
40
steps :
41
41
- name : install runsim
42
42
run :
go install github.com/cosmos/tools/cmd/[email protected]
43
- - uses : actions/cache@v3.3.3
43
+ - uses : actions/cache@v4.0.0
44
44
with :
45
45
path : ~/go/bin
46
46
key : ${{ runner.os }}-go-runsim-binary
50
50
needs : [build, install-runsim]
51
51
steps :
52
52
- uses : actions/checkout@v4
53
- - uses : actions/cache@v3.3.3
53
+ - uses : actions/cache@v4.0.0
54
54
with :
55
55
path : ~/go/bin
56
56
key : ${{ runner.os }}-go-runsim-binary
72
72
**/**.go
73
73
go.mod
74
74
go.sum
75
- - uses : actions/cache@v3.3.3
75
+ - uses : actions/cache@v4.0.0
76
76
with :
77
77
path : ~/go/bin
78
78
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 20
20
go-version : 1.21.x
21
21
- name : Install runsim
22
22
run :
go install github.com/cosmos/tools/cmd/[email protected]
23
- - uses : actions/cache@v3.3.3
23
+ - uses : actions/cache@v4.0.0
24
24
with :
25
25
path : ~/go/bin
26
26
key : ${{ runner.os }}-go-runsim-binary
34
34
- uses : actions/setup-go@v5
35
35
with :
36
36
go-version : 1.21.x
37
- - uses : actions/cache@v3.3.3
37
+ - uses : actions/cache@v4.0.0
38
38
with :
39
39
path : ~/go/bin
40
40
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 24
24
go-version : 1.21.x
25
25
- name : Install runsim
26
26
run :
go install github.com/cosmos/tools/cmd/[email protected]
27
- - uses : actions/cache@v3.3.3
27
+ - uses : actions/cache@v4.0.0
28
28
with :
29
29
path : ~/go/bin
30
30
key : ${{ runner.os }}-go-runsim-binary
43
43
**/**.go
44
44
go.mod
45
45
go.sum
46
- - uses : actions/cache@v3.3.3
46
+ - uses : actions/cache@v4.0.0
47
47
with :
48
48
path : ~/go/bin
49
49
key : ${{ runner.os }}-go-runsim-binary
67
67
**/**.go
68
68
go.mod
69
69
go.sum
70
- - uses : actions/cache@v3.3.3
70
+ - uses : actions/cache@v4.0.0
71
71
with :
72
72
path : ~/go/bin
73
73
key : ${{ runner.os }}-go-runsim-binary
85
85
go-version : 1.21.x
86
86
- name : Install runsim
87
87
run :
go install github.com/cosmos/tools/cmd/[email protected]
88
- - uses : actions/cache@v3.3.3
88
+ - uses : actions/cache@v4.0.0
89
89
with :
90
90
path : ~/go/bin
91
91
key : ${{ runner.os }}-go-runsim-binary
96
96
steps :
97
97
- name : install runsim
98
98
run :
go install github.com/cosmos/tools/cmd/[email protected]
99
- - uses : actions/cache@v3.3.3
99
+ - uses : actions/cache@v4.0.0
100
100
with :
101
101
path : ~/go/bin
102
102
key : ${{ runner.os }}-go-runsim-binary
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
go-version : 1.21.x
111
111
- uses : actions/checkout@v4
112
- - uses : actions/cache@v3.3.3
112
+ - uses : actions/cache@v4.0.0
113
113
with :
114
114
path : ~/go/bin
115
115
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 41
41
**/go.sum
42
42
**/Makefile
43
43
Makefile
44
- - uses : actions/cache@v3.3.3
44
+ - uses : actions/cache@v4.0.0
45
45
with :
46
46
path : |
47
47
~/.cache/go-build
You can’t perform that action at this time.
0 commit comments