File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
14
14
steps :
15
15
- name : Clone the code
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Setup Go
Original file line number Diff line number Diff line change 17
17
with :
18
18
go-version : ' ~1.20'
19
19
- name : Clone the code
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Run linter
22
22
uses : golangci/golangci-lint-action@v3
23
23
with :
27
27
yamllint :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- name : Run yamllint make target
32
32
run : make yamllint
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Fetch all tags
Original file line number Diff line number Diff line change 14
14
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
15
15
steps :
16
16
- name : Clone the code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Setup Go
19
19
uses : actions/setup-go@v4
20
20
with :
Original file line number Diff line number Diff line change 19
19
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
20
20
steps :
21
21
- name : Clone the code
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Setup Go
24
24
uses : actions/setup-go@v4
25
25
with :
Original file line number Diff line number Diff line change 18
18
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
19
19
steps :
20
20
- name : Clone the code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Setup Go
23
23
uses : actions/setup-go@v4
24
24
with :
48
48
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
49
49
steps :
50
50
- name : Clone the code
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
- name : Setup Go
53
53
uses : actions/setup-go@v4
54
54
with :
You can’t perform that action at this time.
0 commit comments