From 4031e0495e0edc8a51756086d97099536ebf37a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:28:28 +0000 Subject: [PATCH] build(deps): bump commitizen-tools/commitizen-action Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.18.2 to 0.21.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/4498afe6f2f1c5993fb29f22db7b597538c00aae...1f11eb222996406681d2bfa1eb3d997eca46557c) --- 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/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ce46d20..7a8b648 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -42,7 +42,7 @@ jobs: - name: Create bump and changelog id: cz if: github.repository == 'metis-science/pytopas' - uses: commitizen-tools/commitizen-action@4498afe6f2f1c5993fb29f22db7b597538c00aae + uses: commitizen-tools/commitizen-action@1f11eb222996406681d2bfa1eb3d997eca46557c with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog_increment_filename: .CHANGELOG-CURRENT.md