From e5fc66728fc30f066b879baf26b75a68f5a06334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 05:56:36 +0000 Subject: [PATCH] build(deps): bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from v4.5.1 to v4.7.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.5.1...9b7c21583ca43320493a9acb0823afd9477c5739) Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index f195bc4..8d86a30 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -66,7 +66,7 @@ jobs: branch: black - name: committing changed files if: ${{ github.head_ref != '' }} - uses: stefanzweifel/git-auto-commit-action@v4.5.1 + uses: stefanzweifel/git-auto-commit-action@v4.7.1 with: commit_message: 'style(format): reformat with black' branch: ${{ github.head_ref }}