From 0b70eba917bba1871422cd43cb41504a05ed7f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:30:23 +0000 Subject: [PATCH] Update dependency astral-sh/uv to v0.9.13 (#16897) --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 511a9559a..e34876640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - name: "Install uv" uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: - version: "0.9.11" + version: "0.9.13" - name: "rustfmt" run: cargo fmt --all --check @@ -248,7 +248,7 @@ jobs: - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: - version: "0.9.11" + version: "0.9.13" - name: "Install required Python versions" run: uv python install @@ -300,7 +300,7 @@ jobs: - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: - version: "0.9.11" + version: "0.9.13" - name: "Install required Python versions" run: uv python install @@ -342,7 +342,7 @@ jobs: - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: - version: "0.9.11" + version: "0.9.13" - name: "Install required Python versions" run: uv python install @@ -507,7 +507,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: - version: "0.9.11" + version: "0.9.13" - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 - name: "Add SSH key"