Skip to content

Commit

Permalink
Merge pull request #27 from Feramance/dependabot/github_actions/stefa…
Browse files Browse the repository at this point in the history
…nzweifel/git-auto-commit-action-5.0.0

Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0
  • Loading branch information
Feramance authored Oct 9, 2023
2 parents f4d5f45 + 94cc862 commit 5e9e900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: '[skip ci]Automated version bump: v${{ github.job.get_current_version.current_version.outputs.VERSION }} >> v${{ steps.new_version.outputs.VERSION }}'
tagging_message: v${{ steps.new_version.outputs.VERSION }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: '[skip ci] Update Release Hash for v${{needs.bump_version.outputs.NEW_RELEASE}}'
commit_options: -S
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: '[skip ci] Update CHANGELOG.md and Release Notes for v${{needs.bump_version.outputs.NEW_RELEASE}}'
commit_options: -S
Expand Down

0 comments on commit 5e9e900

Please sign in to comment.