Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Bump stefanzweifel/git-auto-commit-action from 4.15.0 to 4.16.0 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.0
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: '[skip ci]Automated version bump: v${{ steps.current_version.outputs.VERSION }} >> v${{ steps.new_version.outputs.VERSION }}'
tagging_message: v${{ steps.new_version.outputs.VERSION }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.0
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: '[skip ci] Update Release Hash for v${{needs.bump_version.outputs.NEW_RELEASE}}'
commit_options: -S
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.0
uses: stefanzweifel/git-auto-commit-action@v4.16.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