From 2b3cf62eece435b2e4f2c3f2c8d3e0810e2902ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:19:37 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4 to 5 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] --- .github/workflows/maintenance-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintenance-update.yml b/.github/workflows/maintenance-update.yml index 62e59e4..855cc5a 100644 --- a/.github/workflows/maintenance-update.yml +++ b/.github/workflows/maintenance-update.yml @@ -17,7 +17,7 @@ jobs: - run: poetry update --lock - id: commit-and-push - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Updates dependencies @@ -49,7 +49,7 @@ jobs: poetry version patch echo "version=$(poetry version --short)" >> $GITHUB_OUTPUT - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: > Bumps version to ${{ steps.bump.outputs.version }} (maintenance release)