diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f8d07a..a1a899b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: python-version-file: "pyproject.toml" - id: cz name: Create bump and changelog - uses: commitizen-tools/commitizen-action@0.23.0 + uses: commitizen-tools/commitizen-action@0.23.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} extra_requirements: "uv==${{ steps.uv.outputs.uv-version }}"