From af4a328a17d0bf2d2bcd981d0bf7193e80ee8f07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Dec 2020 01:52:38 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v3.5.2 --- .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 2f37444..095f011 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.5.2 with: commit-message: 'style(format): reformat with golines' title: 'style(format): reformat golang code'