File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/setup-go@v5
19
19
with :
20
20
go-version : 1.22.8
21
- - uses : actions/checkout@v4.2.2
21
+ - uses : actions/checkout@v5.0.0
22
22
- name : Make Gen
23
23
run : make --output-sync -B gen
24
24
- name : Check for unstaged files
Original file line number Diff line number Diff line change 18
18
- uses : actions/setup-go@v5
19
19
with :
20
20
go-version : 1.22.8
21
- - uses : actions/checkout@v4.2.2
21
+ - uses : actions/checkout@v5.0.0
22
22
- name : Install gotestsum
23
23
shell : bash
24
24
run : go install gotest.tools/gotestsum@latest
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
timeout-minutes : 5
17
17
steps :
18
- - uses : actions/checkout@v4.2.2
18
+ - uses : actions/checkout@v5.0.0
19
19
- uses : actions/setup-go@v5
20
20
with :
21
21
go-version : 1.22.8
You can’t perform that action at this time.
0 commit comments