From af86bfda6c6b850f75cc1f2688db7e034193e8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:30:10 +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/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8da4531053..071ccfe0d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: run: | echo "Setting new Micronaut snapshot version" sed -i "s/^micronautVersion.*$/micronautVersion\=${{ steps.post_release.outputs.next_version }}-SNAPSHOT/" gradle.properties - - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 continue-on-error: true with: commit_message: Back Micronaut version to snapshot @@ -398,7 +398,7 @@ jobs: sed -i -e "s/ sha256 arm: '.*/ sha256 arm: '${ARMSHA}',/" Casks/micronaut.rb sed -i -e "s/ intel: '.*/ intel: '${INTELSHA}'/" Casks/micronaut.rb cat Casks/micronaut.rb - - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: Update Micronaut cask to ${{ github.event.release.tag_name }} commit_user_name: micronaut-build @@ -451,7 +451,7 @@ jobs: run: | choco apikey --key $Env:API_KEY --source https://push.chocolatey.org/ choco push micronaut.${{ steps.choco.outputs.nuget_version }}.nupkg --source https://push.chocolatey.org/ --force - - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: Bump Micronaut Chocolatey package to ${{ github.event.release.tag_name }} commit_user_name: micronaut-build @@ -479,7 +479,7 @@ jobs: - name: Back to Micronaut Platform snapshot continue-on-error: true run: ./gradlew micronautPlatformNextSnapshot - - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 continue-on-error: true with: commit_message: Back Core and Platform version to snapshot