Skip to content

Commit

Permalink
Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0
Browse files Browse the repository at this point in the history
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](stefanzweifel/git-auto-commit-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent ce05535 commit af86bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af86bfd

Please sign in to comment.