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

3
dist/save-cache/index.js generated vendored
View File

@@ -90980,12 +90980,13 @@ function getConfigValueFromTomlFile(filePath, key) {
"use strict";
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.STATE_UV_VERSION = exports.STATE_UV_PATH = exports.TOOL_CACHE_NAME = exports.OWNER = exports.REPO = void 0;
exports.VERSIONS_NDJSON_URL = exports.STATE_UV_VERSION = exports.STATE_UV_PATH = exports.TOOL_CACHE_NAME = exports.OWNER = exports.REPO = void 0;
exports.REPO = "uv";
exports.OWNER = "astral-sh";
exports.TOOL_CACHE_NAME = "uv";
exports.STATE_UV_PATH = "uv-path";
exports.STATE_UV_VERSION = "uv-version";
exports.VERSIONS_NDJSON_URL = "https://raw.githubusercontent.com/astral-sh/versions/main/v1/uv.ndjson";
/***/ }),

4489
dist/setup/index.js generated vendored

File diff suppressed because it is too large Load Diff

9591
dist/update-known-versions/index.js generated vendored

File diff suppressed because it is too large Load Diff