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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user