File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 if : ${{ github.actor == 'dependabot[bot]' }}
1313 steps :
1414 - name : Wait for check is finished
15- 15+ 1616 id : wait_for_checks
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 steps :
2727 - uses : actions/checkout@v5
2828
29- - uses : actions/setup-go@v5
29+ - uses : actions/setup-go@v6
3030 with :
3131 # NOTE: Keep this in sync with the version from go.mod
3232 go-version : " 1.25.x"
3333 cache : false
3434
3535 - name : golangci-lint
36- uses : golangci/golangci-lint-action@v6
36+ uses : golangci/golangci-lint-action@v8
3737 with :
3838 # NOTE: Keep this in sync with the version from .golangci.yml
3939 version : v1.64.7
Original file line number Diff line number Diff line change 2121 - name : Check out repository
2222 uses : actions/checkout@v5
2323 - name : Set up Go
24- uses : actions/setup-go@v5
24+ uses : actions/setup-go@v6
2525 with :
2626 go-version : ${{ matrix.go-version }}
2727 cache : true
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5
2222
2323 - name : Install Go
24- uses : actions/setup-go@v5
24+ uses : actions/setup-go@v6
2525 with :
2626 go-version : " stable"
2727 check-latest : true
You can’t perform that action at this time.
0 commit comments