diff --git a/.github/workflows/cookiecutter-e2e.yml b/.github/workflows/cookiecutter-e2e.yml index 90454b8dd..ebf054c61 100644 --- a/.github/workflows/cookiecutter-e2e.yml +++ b/.github/workflows/cookiecutter-e2e.yml @@ -48,7 +48,7 @@ jobs: with: python-version: 3.x - - uses: astral-sh/setup-uv@v4 + - uses: astral-sh/setup-uv@v5 with: version: ">=0.4.30" diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 48a77f86f..c4f025393 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -51,7 +51,7 @@ jobs: - name: Bump version id: cz-bump - uses: commitizen-tools/commitizen-action@0.23.0 + uses: commitizen-tools/commitizen-action@0.23.1 with: increment: ${{ github.event.inputs.bump != 'auto' && github.event.inputs.bump || '' }} prerelease: ${{ github.event.inputs.prerelease != 'none' && github.event.inputs.prerelease || '' }}