Skip to content

Commit

Permalink
fix(deps): bump commitizen-tools/commitizen-action action to v0.20.0
Browse files Browse the repository at this point in the history
| datasource  | package                            | from   | to     |
| ----------- | ---------------------------------- | ------ | ------ |
| github-tags | commitizen-tools/commitizen-action | 0.19.0 | 0.20.0 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Sep 23, 2023
1 parent 2fceaa4 commit 62ec619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ runs:
inputs.bump == 'true'
&& github.event_name == 'push' && github.ref == 'refs/heads/main'
&& !startsWith(github.event.head_commit.message, 'bump:')
uses: commitizen-tools/commitizen-action@0.19.0
uses: commitizen-tools/commitizen-action@0.20.0
with:
git_name: commitizen-github-action[bot]
git_email: commitizen-github-action[bot]@users.noreply.github.com
Expand Down

0 comments on commit 62ec619

Please sign in to comment.