diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index ce98bba4ea..505193489e 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -44,7 +44,7 @@ jobs: python-version: "3.14.6" - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 # we update the lock to reflect the newly updated versions of our packages - name: Update uv.lock diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa5cb802fa..4bcf18958c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: with: python-version: "3.14.6" - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 # Needed for nidx_protos (rust) - name: Install Protoc uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 @@ -239,7 +239,7 @@ jobs: with: python-version: "3.14.6" - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Check uv.lock run: uv lock --check diff --git a/.github/workflows/public_release.yml b/.github/workflows/public_release.yml index 0159d0c0d6..44134bbb79 100644 --- a/.github/workflows/public_release.yml +++ b/.github/workflows/public_release.yml @@ -162,7 +162,7 @@ jobs: with: python-version: "3.14.6" - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 # Needed for nidx_protos (rust) - name: Install Protoc