From eb76b4adc62028db814c82462d05f09187fe0984 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 21 Oct 2020 19:10:44 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.7.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 0aad13e..b9253b4 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -59,7 +59,7 @@ jobs: - name: committing changed files id: committed if: ${{ github.head_ref != '' }} - uses: stefanzweifel/git-auto-commit-action@v4.4.1 + uses: stefanzweifel/git-auto-commit-action@v4.7.0 with: commit_message: 'style(format): reformat with golines' branch: ${{ github.head_ref }}