From 75c3b00536a56af475445e59e35139ab2af12ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:51:00 +0000 Subject: [PATCH] ci(deps): bump commitizen-tools/commitizen-action from 0.23.1 to 0.24.0 Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.23.1 to 0.24.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.23.1...0.24.0) --- updated-dependencies: - dependency-name: commitizen-tools/commitizen-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-ci.yml | 2 +- .github/workflows/python-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 5e2260a..5ae8396 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 token: "${{ secrets.GITHUB_TOKEN }}" - name: Dry-run bump and changelog - uses: commitizen-tools/commitizen-action@0.23.1 + uses: commitizen-tools/commitizen-action@0.24.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} check_consistency: true diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 05ab3ce..12af964 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -21,7 +21,7 @@ jobs: token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}" - name: Create bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.23.1 + uses: commitizen-tools/commitizen-action@0.24.0 with: commit: true push: true