From 026346b5f93972e9f8c4d372bef06c5d4dcfc5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:08:36 +0000 Subject: [PATCH] build(deps): bump commitizen-tools/commitizen-action Bumps the gh-minor-deps group with 1 update: [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action). Updates `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 dependency-group: gh-minor-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/bump_version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_version.yaml b/.github/workflows/bump_version.yaml index 039a3e9..e471259 100644 --- a/.github/workflows/bump_version.yaml +++ b/.github/workflows/bump_version.yaml @@ -33,7 +33,7 @@ jobs: token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} - name: Bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.22.0 + uses: commitizen-tools/commitizen-action@0.23.1 with: github_token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} prerelease: "${{ steps.vars.outputs.pre_release }}"