From 02fbca2ace0c1a3888159d4f44820eb221f5e129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:00:11 +0000 Subject: [PATCH] ci(deps): bump commitizen-tools/commitizen-action from 0.22.0 to 0.23.1 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](https://github.com/commitizen-tools/commitizen-action/compare/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] --- .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 8fedeed..5e2260a 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.22.0 + uses: commitizen-tools/commitizen-action@0.23.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} check_consistency: true diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index bf1aa8e..05ab3ce 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.22.0 + uses: commitizen-tools/commitizen-action@0.23.1 with: commit: true push: true