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 21
21
run : |
22
22
go install golang.org/x/lint/golint@latest
23
23
- name : Checkout code
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
- name : Check Formatting
26
26
run : |
27
27
if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then
42
42
if : github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == 'rebuy-de/aws-nuke' && github.event.pull_request.user.login != 'dependabot[bot]')
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
with :
47
47
fetch-depth : 0
48
48
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-22.04
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
ref : main
40
40
with :
41
41
go-version : ' 1.21'
42
42
- name : Checkout code
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
fetch-depth : 0
46
46
- name : Build Project binaries
62
62
name : Docker Build
63
63
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
with :
67
67
fetch-depth : 0
68
68
You can’t perform that action at this time.
0 commit comments