From c9c2ff5db07194eaffeeaaa018181cf54fe548b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:44:39 +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.21.0 to 0.22.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.21.0...0.22.0) --- 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 8938775..039a3e9 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.21.0 + uses: commitizen-tools/commitizen-action@0.22.0 with: github_token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} prerelease: "${{ steps.vars.outputs.pre_release }}"