From 410145cb9baf77e8ae204ff38fc1fa35c3f74d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:34:36 +0000 Subject: [PATCH] ci(deps): bump commitizen-tools/commitizen-action from 0.24.0 to 0.26.0 Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.24.0 to 0.26.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.24.0...0.26.0) --- updated-dependencies: - dependency-name: commitizen-tools/commitizen-action dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e7ad763..e5e295d 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.24.0 + uses: commitizen-tools/commitizen-action@0.26.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} check_consistency: true