Skip to content

Commit

Permalink
ci(deps): bump commitizen-tools/commitizen-action from 0.22.0 to 0.23.1
Browse files Browse the repository at this point in the history
Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.22.0 to 0.23.1.
- [Release notes](https://github.com/commitizen-tools/commitizen-action/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen-action/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen-action@0.22.0...0.23.1)

---
updated-dependencies:
- dependency-name: commitizen-tools/commitizen-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 1, 2025
1 parent 4357908 commit 9ab7674
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cz-bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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
2 changes: 1 addition & 1 deletion .github/workflows/cz-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
submodules: true
- name: Create 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/poetry-cz-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
submodules: true
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@0.22.0
uses: commitizen-tools/commitizen-action@0.23.1
with:
check_consistency: true
dry_run: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 9ab7674

Please sign in to comment.