From 5e45ee3d86d060c3ac2ec3b081c890e59f5d662d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:48:38 +0000 Subject: [PATCH] build(deps): bump commitizen-tools/commitizen-action Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.23.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.23.0...0.23.1) --- updated-dependencies: - dependency-name: commitizen-tools/commitizen-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f8d07a..a1a899b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: python-version-file: "pyproject.toml" - id: cz name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.23.0 + uses: commitizen-tools/commitizen-action@0.23.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} extra_requirements: "uv==${{ steps.uv.outputs.uv-version }}"