File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 # We must fetch at least the immediate parents so that if this is
2121 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2525 id : go
2626
2727 - name : Check out code into the Go module directory
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 persist-credentials : false
1919 - name : golangci-lint
Original file line number Diff line number Diff line change 1717 actions : read
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 persist-credentials : false
2323
You can’t perform that action at this time.
0 commit comments