From 04a65d8edf6ba7e64d5b02d5acc20e0f0902be84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:38:37 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [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...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/incrementVersion.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/incrementVersion.yml b/.github/workflows/incrementVersion.yml index 819adf27..62ec97a8 100644 --- a/.github/workflows/incrementVersion.yml +++ b/.github/workflows/incrementVersion.yml @@ -46,7 +46,7 @@ jobs: - run: ./ci-scripts/incrementVersion ${{ github.event.inputs.ARGUMENTS }} id: version - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Increment version" file_pattern: ${{ steps.version.outputs.files }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6243b3..aa8eb161 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: - run: ./ci-scripts/updateDownstreamVersion id: updateDownstreamVersion - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Update version in README.md (${{ steps.updateDownstreamVersion.outputs.version }})" file_pattern: ${{ steps.updateDownstreamVersion.outputs.files }} @@ -110,14 +110,14 @@ jobs: - run: ./ci-scripts/incrementVersion --patch id: postReleaseVersionIncrement - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 if: ${{ github.event.inputs.version_increment == 'true' }} with: commit_message: "Post release library version increment to ${{ steps.postReleaseVersionIncrement.outputs.newVersion }} (from ${{ steps.postReleaseVersionIncrement.outputs.oldVersion }})" file_pattern: ${{ steps.postReleaseVersionIncrement.outputs.files }} - run: echo -n > UpcomingReleaseNotes.md - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 if: ${{ github.event.inputs.github_release == 'true' }} with: commit_message: "Post release truncation of UpcomingReleaseNotes.md"