From be64bf885c923ed9219217063ad1d9db782ac388 Mon Sep 17 00:00:00 2001 From: Mike Weeks Date: Fri, 19 Sep 2025 11:21:53 -0400 Subject: [PATCH] feat: Update uv to 0.8.15 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f7a275a..59b2997 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: run: | installation_directory="${{ github.action_path }}/.setup-python-amazon-linux/uv" echo "Installing uv.. installation_directory=${installation_directory}" - uv_version="0.7.10" + uv_version="0.8.15" # HOME is set to foobar till this is resolved https://github.com/astral-sh/uv/issues/6965#issuecomment-2915796022 curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | HOME="foobar" UV_UNMANAGED_INSTALL="${installation_directory}" bash --login echo "${installation_directory}" >> "${GITHUB_PATH}"