From c05185e491bc668752f54a69ab4b215cd392c3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:21:16 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.0 to 5.0.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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/php-composer-normalize.yml | 2 +- .github/workflows/php-normalize.yml | 2 +- .github/workflows/utilities-update-changelog.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-composer-normalize.yml b/.github/workflows/php-composer-normalize.yml index aeafbe7..5e365f8 100644 --- a/.github/workflows/php-composer-normalize.yml +++ b/.github/workflows/php-composer-normalize.yml @@ -25,6 +25,6 @@ jobs: composer config --no-plugins allow-plugins.ergebnis/composer-normalize true composer global require ergebnis/composer-normalize composer normalize - - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: normalize composer.json diff --git a/.github/workflows/php-normalize.yml b/.github/workflows/php-normalize.yml index b2eca72..82f9076 100644 --- a/.github/workflows/php-normalize.yml +++ b/.github/workflows/php-normalize.yml @@ -23,6 +23,6 @@ jobs: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: normalize php run: php vendor/bin/phpcbf - - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: Fix formatting with phpcbf diff --git a/.github/workflows/utilities-update-changelog.yml b/.github/workflows/utilities-update-changelog.yml index 5693c78..d8bb174 100644 --- a/.github/workflows/utilities-update-changelog.yml +++ b/.github/workflows/utilities-update-changelog.yml @@ -21,7 +21,7 @@ jobs: release-notes: ${{ github.event.release.body }} - name: Commit updated CHANGELOG - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: branch: main commit_message: Update CHANGELOG