Skip to content

Commit 63dc7bd

Browse files
Upgrade uv to 0.8.18 version (#27)
1 parent f3b8f28 commit 63dc7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
run: |
2727
installation_directory="${{ github.action_path }}/.setup-python-amazon-linux/uv"
2828
echo "Installing uv.. installation_directory=${installation_directory}"
29-
uv_version="0.7.10"
29+
uv_version="0.8.18"
3030
# HOME is set to foobar till this is resolved https://github.com/astral-sh/uv/issues/6965#issuecomment-2915796022
3131
curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | HOME="foobar" UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
3232
echo "${installation_directory}" >> "${GITHUB_PATH}"

0 commit comments

Comments
 (0)