diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 452fa29..b5dea25 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -37,7 +37,7 @@ jobs: python-version-file: "pyproject.toml" - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning ${{ github.ref_type == 'tag' && 'false' || 'auto' }} @@ -106,7 +106,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning ${{ github.ref_type == 'tag' && 'false' || 'auto' }} @@ -209,7 +209,7 @@ jobs: python-version-file: "pyproject.toml" - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: false cache-dependency-glob: "uv.lock"