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 1313 if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
1414 steps :
1515 - name : Clone the code
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919 - name : Setup Go
Original file line number Diff line number Diff line change 1717 with :
1818 go-version : ' ~1.20'
1919 - name : Clone the code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Run linter
2222 uses : golangci/golangci-lint-action@v3
2323 with :
2727 yamllint :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Run yamllint make target
3232 run : make yamllint
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515 - name : Fetch all tags
Original file line number Diff line number Diff line change 1414 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1515 steps :
1616 - name : Clone the code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Setup Go
1919 uses : actions/setup-go@v4
2020 with :
Original file line number Diff line number Diff line change 1919 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2020 steps :
2121 - name : Clone the code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 - name : Setup Go
2424 uses : actions/setup-go@v4
2525 with :
Original file line number Diff line number Diff line change 1818 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
1919 steps :
2020 - name : Clone the code
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 - name : Setup Go
2323 uses : actions/setup-go@v4
2424 with :
4848 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
4949 steps :
5050 - name : Clone the code
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v4
5252 - name : Setup Go
5353 uses : actions/setup-go@v4
5454 with :
You can’t perform that action at this time.
0 commit comments