From 4aa71c1a3283796572acc9fdfff19def82c82cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:09:15 +0000 Subject: [PATCH] github-actions(deps): bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.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.16.0...v5.0.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-php.yaml | 2 +- .github/workflows/ci-twig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-php.yaml b/.github/workflows/ci-php.yaml index 10c040a..ee52c8b 100644 --- a/.github/workflows/ci-php.yaml +++ b/.github/workflows/ci-php.yaml @@ -83,7 +83,7 @@ jobs: - name: "Commit files fixed with friendsofphp/php-cs-fixer" - uses: "stefanzweifel/git-auto-commit-action@v4.16.0" + uses: "stefanzweifel/git-auto-commit-action@v5.0.0" with: branch: "${{ github.head_ref }}" commit_author: "${{ env.BOT_NAME }} <${{ env.BOT_EMAIL }}>" diff --git a/.github/workflows/ci-twig.yaml b/.github/workflows/ci-twig.yaml index fed2e76..ff62bcf 100644 --- a/.github/workflows/ci-twig.yaml +++ b/.github/workflows/ci-twig.yaml @@ -55,7 +55,7 @@ jobs: - name: "Commit files fixed with vincentlanglet/twig-cs-fixer" - uses: "stefanzweifel/git-auto-commit-action@v4.16.0" + uses: "stefanzweifel/git-auto-commit-action@v5.0.0" with: branch: "${{ github.head_ref }}" commit_author: "${{ env.BOT_NAME }} <${{ env.BOT_EMAIL }}>"