From 85e5d017f655b87bc0353581ff8ab6ac8e5fd0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 05:47:45 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from v4.6.0 to v4.7.1 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from v4.6.0 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.6.0...9b7c21583ca43320493a9acb0823afd9477c5739) Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 47cc52c..61955db 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -31,7 +31,7 @@ jobs: run: | gawk -i inplace '!/^- \[(Contributing|Footnotes)\]\(#.+\)$/{print}' ./readme.md - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v4.6.0 + uses: stefanzweifel/git-auto-commit-action@v4.7.1 with: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC."