5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-02-04 01:38:05 +00:00

Retrieve version metadata from astral-sh/versions ndjson instead of the GitHub API

This commit is contained in:
Zanie Blue
2026-01-21 16:39:10 -06:00
parent 9cfd029643
commit 0a4c5102bd
15 changed files with 888 additions and 14138 deletions

View File

@@ -3,3 +3,5 @@ export const OWNER = "astral-sh";
export const TOOL_CACHE_NAME = "uv";
export const STATE_UV_PATH = "uv-path";
export const STATE_UV_VERSION = "uv-version";
export const VERSIONS_NDJSON_URL =
"https://raw.githubusercontent.com/astral-sh/versions/main/v1/uv.ndjson";