From a135c096b932fb746101fe902d6290983100c8ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:20:45 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 --- .github/workflows/gofmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index afe5a99..81c916b 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -46,7 +46,7 @@ jobs: run: golines --max-len=120 --reformat-tags --write-output . - name: creating pull request if: ${{ github.head_ref == '' }} - uses: peter-evans/create-pull-request@v3.3.0 + uses: peter-evans/create-pull-request@v6.0.2 with: commit-message: 'style(format): reformat with golines' title: 'style(format): reformat golang code'