From b90a3570418416cf70c81cc0f553432c6990cdd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:41:35 +0000 Subject: [PATCH] ci(deps): bump commitizen-tools/commitizen-action from 0.21.0 to 0.22.0 Bumps [commitizen-tools/commitizen-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/cz-bump-release.yaml | 2 +- .github/workflows/cz-dry-run.yaml | 2 +- .github/workflows/poetry-cz-dry-run.yaml | 2 +- .github/workflows/poetry-release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cz-bump-release.yaml b/.github/workflows/cz-bump-release.yaml index 0f1c729..10eae27 100644 --- a/.github/workflows/cz-bump-release.yaml +++ b/.github/workflows/cz-bump-release.yaml @@ -36,7 +36,7 @@ jobs: token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}" - name: Create bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.21.0 + uses: commitizen-tools/commitizen-action@0.22.0 with: commit: true push: true diff --git a/.github/workflows/cz-dry-run.yaml b/.github/workflows/cz-dry-run.yaml index 4853e52..1f6dd21 100644 --- a/.github/workflows/cz-dry-run.yaml +++ b/.github/workflows/cz-dry-run.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 submodules: true - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.21.0 + uses: commitizen-tools/commitizen-action@0.22.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} check_consistency: true diff --git a/.github/workflows/poetry-cz-dry-run.yaml b/.github/workflows/poetry-cz-dry-run.yaml index 70732e9..98b51b3 100644 --- a/.github/workflows/poetry-cz-dry-run.yaml +++ b/.github/workflows/poetry-cz-dry-run.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 submodules: true - name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.21.0 + uses: commitizen-tools/commitizen-action@0.22.0 with: check_consistency: true dry_run: true diff --git a/.github/workflows/poetry-release.yaml b/.github/workflows/poetry-release.yaml index 0f1c729..10eae27 100644 --- a/.github/workflows/poetry-release.yaml +++ b/.github/workflows/poetry-release.yaml @@ -36,7 +36,7 @@ jobs: token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}" - name: Create bump and changelog id: cz - uses: commitizen-tools/commitizen-action@0.21.0 + uses: commitizen-tools/commitizen-action@0.22.0 with: commit: true push: true