From 6ff06dd8fe773e9b1e4f003fc775f41ef893da14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Mar 2021 17:21:49 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.9.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 7bdc2bc..6c55199 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.9.2 with: commit_message: 'style(format): reformat with golines' branch: ${{ github.head_ref }}