File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Check out code
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Re-Test Action
15
15
uses : ./.github/actions/retest-action
Original file line number Diff line number Diff line change 16
16
uses : actions/setup-go@v4
17
17
with :
18
18
go-version : ${{ env.GO_VERSION }}
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- uses : ibiqlik/action-yamllint@v3
21
21
with :
22
22
format : auto
32
32
uses : actions/setup-go@v4
33
33
with :
34
34
go-version : ${{ env.GO_VERSION }}
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
37
37
- name : Build on all supported architectures
38
38
run : |
62
62
run : |
63
63
sudo ln -sf `which go` `sudo which go` || true
64
64
sudo go version
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
67
67
- name : Install test binaries
68
68
run : |
89
89
uses : actions/setup-go@v4
90
90
with :
91
91
go-version : ${{ env.GO_VERSION }}
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
- name : test
94
94
run : bash ./test_windows.sh
You can’t perform that action at this time.
0 commit comments