From d25ce7a4f93dc9c4d192569a4760c16e2867ae9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 05:27:55 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from v4.4.1 to v4.5.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from v4.4.1 to v4.5.0. - [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.4.1...cc7755497cca7bd62da90d744ab080bd913fed55) 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 34391d6..a8593e5 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.4.1 + uses: stefanzweifel/git-auto-commit-action@v4.5.0 with: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC."