File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 name : Lint files
1515 runs-on : ' ubuntu-latest'
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-go@v2
1919 with :
2020 go-version : ' 1.20.2'
2727 runs-on : ' ubuntu-latest'
2828 needs : lint
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v5
3131 - uses : actions/setup-go@v2
3232 with :
3333 go-version : ' 1.20.2'
4242 - ' darwin/amd64'
4343 - ' darwin/arm64'
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v5
4646 - uses : actions/setup-go@v2
4747 with :
4848 go-version : ' 1.20.2'
Original file line number Diff line number Diff line change 1717 runs-on : macos-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Fetch all tags
You can’t perform that action at this time.
0 commit comments