diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 251ac2ce1..de3081b8b 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -47,7 +47,7 @@ jobs: - name: Bump version id: cz-bump - uses: commitizen-tools/commitizen-action@0.15.0 + uses: commitizen-tools/commitizen-action@0.15.1 with: increment: ${{ github.event.inputs.bump != 'auto' && github.event.inputs.bump || '' }} prerelease: ${{ github.event.inputs.prerelease != 'none' && github.event.inputs.prerelease || '' }}