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 }}"