Skip to content

Commit 1729962

Browse files
ci(deps): bump commitizen-tools/commitizen-action from 0.21.0 to 0.22.0 (#53)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afbcaf4 commit 1729962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
token: "${{ secrets.GITHUB_TOKEN }}"
2828
- name: Dry-run bump and changelog
29-
uses: commitizen-tools/commitizen-action@0.21.0
29+
uses: commitizen-tools/commitizen-action@0.22.0
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
check_consistency: true

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"
2222
- name: Create bump and changelog
2323
id: cz
24-
uses: commitizen-tools/commitizen-action@0.21.0
24+
uses: commitizen-tools/commitizen-action@0.22.0
2525
with:
2626
commit: true
2727
push: true

0 commit comments

Comments
 (0)