File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 # We must fetch at least the immediate parents so that if this is
2525 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2222 id : go
2323
2424 - name : Check out code into the Go module directory
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 submodules : true
2828
Original file line number Diff line number Diff line change 1010 name : lint
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : golangci-lint
1515 uses : golangci/golangci-lint-action@v8
1616 with :
You can’t perform that action at this time.
0 commit comments