File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
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 2828 id : go
2929
3030 - name : Check out code into the Go module directory
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 persist-credentials : false
3434
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 persist-credentials : false
1919 - name : golangci-lint
Original file line number Diff line number Diff line change 1212 modver :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : false
Original file line number Diff line number Diff line change 1515 security-events : write
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 persist-credentials : false
2121
You can’t perform that action at this time.
0 commit comments