From d72a837814db7b8029c5f6687a456ef41e1caa7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:57:25 -0500 Subject: [PATCH] chore(deps): bump uv to 0.11.15 (#37518) Bumps the uv pin in `.github/actions/uv_setup/action.yml` from `0.5.25` to [`0.11.15`](https://github.com/astral-sh/uv/releases/tag/0.11.15). Opened automatically by `bump_uv_pin.yml`. Mirror availability on `releases.astral.sh` was verified before this PR was created, so CI should not race the fallback. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mason Daugherty --- .github/actions/uv_setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/uv_setup/action.yml b/.github/actions/uv_setup/action.yml index 6b2d3cb7b21..b920d7113da 100644 --- a/.github/actions/uv_setup/action.yml +++ b/.github/actions/uv_setup/action.yml @@ -21,7 +21,7 @@ inputs: default: "**" env: - UV_VERSION: "0.5.25" + UV_VERSION: "0.11.15" runs: using: composite