File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 12
12
outputs :
13
13
skip : ${{ steps.check_docs_only.outputs.skip }}
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- id : check_docs_only
@@ -31,11 +31,11 @@ jobs:
31
31
if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && needs.check_docs_only.outputs.skip != 'true'
32
32
steps :
33
33
- name : Clone the code
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
with :
36
36
fetch-depth : 0
37
37
- name : Setup Go
38
- uses : actions/setup-go@v2
38
+ uses : actions/setup-go@v3
39
39
with :
40
40
go-version : " 1.18"
41
41
- name : Execute go-apidiff
Original file line number Diff line number Diff line change 12
12
outputs :
13
13
skip : ${{ steps.check_docs_only.outputs.skip }}
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- id : check_docs_only
31
31
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && needs.check_docs_only.outputs.skip != 'true'
32
32
steps :
33
33
- name : Clone the code
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
- name : Run linter
36
36
uses : golangci/golangci-lint-action@v2
37
37
with :
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@v2
17
+ uses : actions/checkout@v3
18
18
- name : Setup Go
19
- uses : actions/setup-go@v2
19
+ uses : actions/setup-go@v3
20
20
with :
21
21
go-version : ' 1.18'
22
22
- name : Remove pre-installed kustomize
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@v2
22
+ uses : actions/checkout@v3
23
23
- name : Setup Go
24
- uses : actions/setup-go@v2
24
+ uses : actions/setup-go@v3
25
25
with :
26
26
# the go/v2 cannot be updated and is scaffold with golang 1.13
27
27
# (version used by its dep version of the controller-runtime)
Original file line number Diff line number Diff line change 12
12
outputs :
13
13
skip : ${{ steps.check_docs_only.outputs.skip }}
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- id : check_docs_only
36
36
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && needs.check_docs_only.outputs.skip != 'true'
37
37
steps :
38
38
- name : Clone the code
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
- name : Setup Go
41
- uses : actions/setup-go@v2
41
+ uses : actions/setup-go@v3
42
42
with :
43
43
go-version : " 1.18"
44
44
# This step is needed as the following one tries to remove
67
67
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && needs.check_docs_only.outputs.skip != 'true'
68
68
steps :
69
69
- name : Clone the code
70
- uses : actions/checkout@v2
70
+ uses : actions/checkout@v3
71
71
- name : Setup Go
72
- uses : actions/setup-go@v2
72
+ uses : actions/setup-go@v3
73
73
with :
74
74
go-version : " 1.18"
75
75
- name : Generate the coverage output
You can’t perform that action at this time.
0 commit comments