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 3030 run : make coverage
3131
3232 - name : Create Pull Request
33- uses : peter-evans/create-pull-request@v7
33+ uses : peter-evans/create-pull-request@v8
3434 with :
3535 # required so the PR triggers workflow runs
3636 token : ${{ secrets.GH_CQ_BOT }}
Original file line number Diff line number Diff line change 2828 - name : Run go mod tidy
2929 working-directory : examples/${{ matrix.plugin }}
3030 run : go mod tidy
31- - uses : stefanzweifel/git-auto-commit-action@v5
31+ - uses : stefanzweifel/git-auto-commit-action@v7
3232 with :
3333 commit_message : " chore: Tidy"
Original file line number Diff line number Diff line change 2121 with :
2222 go-version-file : go.mod
2323 - name : golangci-lint
24- uses : golangci/golangci-lint-action@v8
24+ uses : golangci/golangci-lint-action@v9
2525 with :
2626 version : v2.7.2
You can’t perform that action at this time.
0 commit comments