From 622c5171d25b80b8333b5995dbb8e85d5db923fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:46:55 +0100 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#41) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/refactor.yml | 2 +- .github/workflows/styles.yml | 2 +- .github/workflows/update-changelog.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/refactor.yml b/.github/workflows/refactor.yml index e8a92ce..399907e 100644 --- a/.github/workflows/refactor.yml +++ b/.github/workflows/refactor.yml @@ -27,6 +27,6 @@ jobs: run: ./vendor/bin/rector --debug - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Refactor code diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index d3b812a..a96e38f 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -19,6 +19,6 @@ jobs: uses: aglipanci/laravel-pint-action@2.3.0 - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix styles diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index a7ddce5..26b5f2d 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -41,7 +41,7 @@ jobs: compare-url-target-revision: ${{ github.event.release.target_commitish }} - name: Commit updated CHANGELOG - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: # Push updated CHANGELOG to release target branch. branch: ${{ github.event.release.target_commitish }}