diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e0294106..1d5061baa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 with: version: ${{ needs.checkout.outputs.uv-version }} activate-environment: "true" @@ -143,7 +143,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 with: version: ${{ needs.checkout.outputs.uv-version }} activate-environment: "true" @@ -205,7 +205,7 @@ jobs: cargo-pyapp-${{ matrix.platform }}- - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 with: version: ${{ needs.checkout.outputs.uv-version }} enable-cache: true @@ -270,7 +270,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 with: version: ${{ needs.checkout.outputs.uv-version }} activate-environment: "true" @@ -320,7 +320,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 with: version: ${{ needs.checkout.outputs.uv-version }} activate-environment: "true" @@ -370,7 +370,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 with: version: ${{ needs.checkout.outputs.uv-version }} activate-environment: "true"