From 1ed6f4871a6b822a4adfd890c52a024ddd65cc09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:02:42 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v3.14.0 --- .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 46d8e62..96eb203 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@v3.14.0 with: commit-message: 'style(format): reformat with golines' title: 'style(format): reformat golang code'