From ec5bfa1bc5daf3491715be8c98fdd6caac219a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 06:09:02 +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.9.2 to v4.11.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.9.2...5dd17c3b53a58c1cb5eaab903826abe94765ccd6) Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e526b587b..57ffebf20 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,7 +25,7 @@ jobs: args: --ansi --verbose --diff - name: "Commit files fixed with PHP-CS-Fixer" - uses: stefanzweifel/git-auto-commit-action@v4.9.2 + uses: stefanzweifel/git-auto-commit-action@v4.11.0 with: commit_author: "SonataCI " commit_message: "Fix: Run 'php-cs-fixer fix'" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76e877a61..9b9c6be43 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: run: echo $(git rev-parse HEAD) > REVISION - name: Commit REVISION file - uses: stefanzweifel/git-auto-commit-action@v4.9.2 + uses: stefanzweifel/git-auto-commit-action@v4.11.0 with: branch: master commit_message: Update REVISION file