File tree 2 files changed +5
-5
lines changed 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
33
33
uses : actions/setup-go@v4
34
34
with :
35
35
go-version : ${{ env.GO_VERSION }}
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
38
38
- name : Build on all supported architectures
39
39
run : |
52
52
uses : actions/setup-go@v4
53
53
with :
54
54
go-version : ${{ env.GO_VERSION }}
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
57
57
- name : Install test binaries
58
58
env :
81
81
uses : actions/setup-go@v4
82
82
with :
83
83
go-version : ${{ env.GO_VERSION }}
84
- - uses : actions/checkout@v3
84
+ - uses : actions/checkout@v4
85
85
- name : test
86
86
run : bash ./test.sh
You can’t perform that action at this time.
0 commit comments