From 033704eef849df2d4ba9b6d9207649450e532765 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Wed, 25 Dec 2024 08:32:46 +0530 Subject: [PATCH] Upgrade uv to 0.5.11 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 06a75b8..feb4417 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: run: | installation_directory="${HOME}/.setup-python-amazon-linux/uv" echo "Installing uv.. installation_directory=${installation_directory}" - uv_version="0.5.1" + uv_version="0.5.11" curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | UV_UNMANAGED_INSTALL="${installation_directory}" bash --login echo "${installation_directory}" >> "${GITHUB_PATH}"