Commit 551b5ea 1 parent ebbae9a commit 551b5ea Copy full SHA for 551b5ea
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-file : go.mod
30
30
- name : Install runsim
31
31
run :
go install github.com/cosmos/tools/cmd/[email protected]
32
- - uses : actions/cache@v4.0.0
32
+ - uses : actions/cache@v4
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@v4.0.0
43
+ - uses : actions/cache@v4
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@v4.0.0
53
+ - uses : actions/cache@v4
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@v4.0.0
75
+ - uses : actions/cache@v4
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 18
18
- uses : actions/setup-go@v5
19
19
- name : Install runsim
20
20
run :
go install github.com/cosmos/tools/cmd/[email protected]
21
- - uses : actions/cache@v4.0.0
21
+ - uses : actions/cache@v4
22
22
with :
23
23
path : ~/go/bin
24
24
key : ${{ runner.os }}-go-runsim-binary
32
32
- uses : actions/setup-go@v5
33
33
with :
34
34
go-version-file : go.mod
35
- - uses : actions/cache@v4.0.0
35
+ - uses : actions/cache@v4
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 22
22
- uses : actions/setup-go@v5
23
23
- name : Install runsim
24
24
run :
go install github.com/cosmos/tools/cmd/[email protected]
25
- - uses : actions/cache@v4.0.0
25
+ - uses : actions/cache@v4
26
26
with :
27
27
path : ~/go/bin
28
28
key : ${{ runner.os }}-go-runsim-binary
41
41
**/**.go
42
42
go.mod
43
43
go.sum
44
- - uses : actions/cache@v4.0.0
44
+ - uses : actions/cache@v4
45
45
with :
46
46
path : ~/go/bin
47
47
key : ${{ runner.os }}-go-runsim-binary
65
65
**/**.go
66
66
go.mod
67
67
go.sum
68
- - uses : actions/cache@v4.0.0
68
+ - uses : actions/cache@v4
69
69
with :
70
70
path : ~/go/bin
71
71
key : ${{ runner.os }}-go-runsim-binary
81
81
- uses : actions/setup-go@v5
82
82
- name : Install runsim
83
83
run :
go install github.com/cosmos/tools/cmd/[email protected]
84
- - uses : actions/cache@v4.0.0
84
+ - uses : actions/cache@v4
85
85
with :
86
86
path : ~/go/bin
87
87
key : ${{ runner.os }}-go-runsim-binary
92
92
steps :
93
93
- name : install runsim
94
94
run :
go install github.com/cosmos/tools/cmd/[email protected]
95
- - uses : actions/cache@v4.0.0
95
+ - uses : actions/cache@v4
96
96
with :
97
97
path : ~/go/bin
98
98
key : ${{ runner.os }}-go-runsim-binary
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : actions/setup-go@v5
106
106
with :
107
107
go-version-file : go.mod
108
- - uses : actions/cache@v4.0.0
108
+ - uses : actions/cache@v4
109
109
with :
110
110
path : ~/go/bin
111
111
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 38
38
**/go.sum
39
39
**/Makefile
40
40
Makefile
41
- - uses : actions/cache@v4.0.0
41
+ - uses : actions/cache@v4
42
42
with :
43
43
path : |
44
44
~/.cache/go-build
You can’t perform that action at this time.
0 commit comments