From 166ce5136420a0e904d6473f63c9d986ef9ccef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:51:06 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.1 to 5.1.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/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 feda1b7b..f7767fac 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@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.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 373825f2..79229f0d 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@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: branch: release/${{ github.event.inputs.version }} commit_user_name: Markus Poerschke (Bot)