From a74a654a9b6ff4b80cece45d5cf8f5376b42612b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:34:00 +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/new-release.yml | 2 +- .github/workflows/perform-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index b291c78e..a0f2121b 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -44,6 +44,6 @@ jobs: - name: Update VERSION_LATEST_RELEASE to new published version run: cp plugin/VERSION_CURRENT.txt plugin/VERSION_LATEST_RELEASE.txt - name: Update VERSION_LATEST_RELEASE - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update VERSION_LATEST_RELEASE to ${{ github.event.inputs.new_version }} diff --git a/.github/workflows/perform-release.yaml b/.github/workflows/perform-release.yaml index 0f835880..cbce620b 100644 --- a/.github/workflows/perform-release.yaml +++ b/.github/workflows/perform-release.yaml @@ -31,7 +31,7 @@ jobs: run: printf "${{ github.event.inputs.new_version }}\n" > plugin/VERSION_CURRENT.txt - name: Perform Release Tagging and Push # This will trigger the new release job that will take the tag and push the release to the plugin portal - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Release version ${{ github.event.inputs.new_version }} tagging_message: 'v${{ github.event.inputs.new_version }}'