Skip to content

Commit

Permalink
ci(deps): bump commitizen-tools/commitizen-action from 0.22.0 to 0.23…
Browse files Browse the repository at this point in the history
….1 (#54)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 1729962 commit e70b392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Dry-run bump and changelog
uses: commitizen-tools/commitizen-action@0.22.0
uses: commitizen-tools/commitizen-action@0.23.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
check_consistency: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"
- name: Create bump and changelog
id: cz
uses: commitizen-tools/commitizen-action@0.22.0
uses: commitizen-tools/commitizen-action@0.23.1
with:
commit: true
push: true
Expand Down

0 comments on commit e70b392

Please sign in to comment.