diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index bbdd32f558..b5707f7eb6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,7 +39,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3531c149cf..48d461fadd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | @@ -92,7 +92,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | @@ -140,7 +140,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | @@ -188,7 +188,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | sudo DEBIAN_FRONTEND=noninteractive apt-get update @@ -287,7 +287,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | @@ -360,7 +360,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Install OS / deb dependencies run: | @@ -399,7 +399,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Print Environment Info run: printenv | sort diff --git a/.github/workflows/publish_dev_artifact.yml b/.github/workflows/publish_dev_artifact.yml index e25a2c599c..a46add98a0 100644 --- a/.github/workflows/publish_dev_artifact.yml +++ b/.github/workflows/publish_dev_artifact.yml @@ -29,7 +29,7 @@ jobs: with: python-version: "3.12" - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Print Environment Info run: printenv | sort diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml index 275ce07555..9f44439261 100644 --- a/.github/workflows/publish_pricing_to_s3.yml +++ b/.github/workflows/publish_pricing_to_s3.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 - name: Print Environment Info run: printenv | sort