From e0716f827fc8285dd73be76774e05f5ce6c555b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:15:09 +0000 Subject: [PATCH] chore(deps): bump commitizen-tools/commitizen-action 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/reusable-ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ci-release.yml b/.github/workflows/reusable-ci-release.yml index 0b87ce0..7ca872c 100644 --- a/.github/workflows/reusable-ci-release.yml +++ b/.github/workflows/reusable-ci-release.yml @@ -57,7 +57,7 @@ jobs: fi - name: Create bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.23.1 + uses: commitizen-tools/commitizen-action@0.24.0 with: github_token: ${{ secrets.pat }} increment: PATCH