Commit 553f852 1 parent 429caae commit 553f852 Copy full SHA for 553f852
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ jobs:
29
29
30
30
- name : Go cache 💾
31
31
if : env.GIT_DIFF
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/go/pkg
35
35
key : ${{ runner.os }}-go-pkg-${{ hashFiles('**/go.mod') }}
36
36
37
37
- name : Restore benchstat 🪛
38
38
if : env.GIT_DIFF
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ~/go/bin/benchstat
42
42
key : ${{ runner.os }}-benchstat
43
43
44
44
- name : Restore base benchmark result 📝
45
45
if : env.GIT_DIFF
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : |
49
49
bench-master.txt
Original file line number Diff line number Diff line change 49
49
run :
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
50
50
51
51
- name : Cache 💾
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/go/bin
55
55
key : ${{ runner.os }}-go-runsim-binary
75
75
go.sum
76
76
77
77
- name : Cache 💾
78
- uses : actions/cache@v3
78
+ uses : actions/cache@v4
79
79
with :
80
80
path : ~/go/bin
81
81
key : ${{ runner.os }}-go-runsim-binary
@@ -106,7 +106,7 @@ jobs:
106
106
go.sum
107
107
108
108
- name : Cache 💾
109
- uses : actions/cache@v3
109
+ uses : actions/cache@v4
110
110
with :
111
111
path : ~/go/bin
112
112
key : ${{ runner.os }}-go-runsim-binary
@@ -137,7 +137,7 @@ jobs:
137
137
go.sum
138
138
139
139
- name : Cache 💾
140
- uses : actions/cache@v3
140
+ uses : actions/cache@v4
141
141
with :
142
142
path : ~/go/bin
143
143
key : ${{ runner.os }}-go-runsim-binary
Original file line number Diff line number Diff line change 32
32
export GO111MODULE="on" && go install github.com/mfridman/[email protected]
33
33
34
34
- name : Cache 💾
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/go/bin
38
38
key : ${{ runner.os }}-go-tparse-binary
@@ -288,7 +288,7 @@ jobs:
288
288
if : env.GIT_DIFF
289
289
290
290
- name : Save cache 💾
291
- uses : actions/cache@v3
291
+ uses : actions/cache@v4
292
292
with :
293
293
path : ~/go/bin
294
294
key : ${{ runner.os }}-go-tparse-binary
You can’t perform that action at this time.
0 commit comments