From d6326081d166807da30d2a1e7076d12cf6bd48bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:00:43 +0100 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#569) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code-style.yml | 2 +- .github/workflows/draft-new-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 97045a52..6f63324e 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -20,7 +20,7 @@ jobs: with: args: --write . - - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_user_name: Markus Poerschke (Bot) commit_user_email: markus+githubbot@poerschke.nrw diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index e59ac754..4c709cdb 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -33,7 +33,7 @@ jobs: - run: git checkout -b release/${{ github.event.inputs.version }} - - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: branch: release/${{ github.event.inputs.version }} commit_user_name: Markus Poerschke (Bot)