From d5ec2f06fe66eadd185a8658b252d5747c167899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:01:06 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from v4.5.0 to v4.5.1 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from v4.5.0 to v4.5.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.0...c7ad0bdb15809dc9825b3017c243da42dec21324) 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 a8593e5..d9095d6 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -31,7 +31,7 @@ jobs: run: | gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v4.5.0 + uses: stefanzweifel/git-auto-commit-action@v4.5.1 with: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC."