From a3daa0eafc5e166be2ab4c6bfc6778e2de806310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:52:31 +0000 Subject: [PATCH] ci(deps): bump commitizen-tools/commitizen-action from 0.26.0 to 0.27.0 Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/commitizen-tools/commitizen-action/releases) - [Changelog](https://github.com/commitizen-tools/commitizen-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen-action/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: commitizen-tools/commitizen-action dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cz-bump-release.yaml | 2 +- .github/workflows/cz-dry-run.yaml | 2 +- .github/workflows/poetry-cz-dry-run.yaml | 2 +- .github/workflows/poetry-release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cz-bump-release.yaml b/.github/workflows/cz-bump-release.yaml index 0178946..eae38e2 100644 --- a/.github/workflows/cz-bump-release.yaml +++ b/.github/workflows/cz-bump-release.yaml @@ -36,7 +36,7 @@ jobs: token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}" - name: Create bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.26.0 + uses: commitizen-tools/commitizen-action@0.27.0 with: commit: true push: true diff --git a/.github/workflows/cz-dry-run.yaml b/.github/workflows/cz-dry-run.yaml index c22cbfb..9433226 100644 --- a/.github/workflows/cz-dry-run.yaml +++ b/.github/workflows/cz-dry-run.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 submodules: true - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.26.0 + uses: commitizen-tools/commitizen-action@0.27.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} check_consistency: true diff --git a/.github/workflows/poetry-cz-dry-run.yaml b/.github/workflows/poetry-cz-dry-run.yaml index bbc7816..45a3744 100644 --- a/.github/workflows/poetry-cz-dry-run.yaml +++ b/.github/workflows/poetry-cz-dry-run.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 submodules: true - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.26.0 + uses: commitizen-tools/commitizen-action@0.27.0 with: check_consistency: true dry_run: true diff --git a/.github/workflows/poetry-release.yaml b/.github/workflows/poetry-release.yaml index 2262559..27acf65 100644 --- a/.github/workflows/poetry-release.yaml +++ b/.github/workflows/poetry-release.yaml @@ -41,7 +41,7 @@ jobs: token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}" - name: Create bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.26.0 + uses: commitizen-tools/commitizen-action@0.27.0 with: commit: true push: true