File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 go-version : ${{ matrix.go }}
2121
2222 - name : Check out code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 1
2626
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Check out code
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555
5656 - name : Run linter
5757 uses : golangci/golangci-lint-action@v8 # Action page: <https://github.com/golangci/golangci-lint-action>
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments