mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-17 17:10:07 +00:00
Retrieve version metadata from astral-sh/versions ndjson instead of the GitHub API
This commit is contained in:
parent
9cfd029643
commit
0a4c5102bd
15 changed files with 888 additions and 14138 deletions
3
dist/save-cache/index.js
generated
vendored
3
dist/save-cache/index.js
generated
vendored
|
|
@ -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
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
9591
dist/update-known-versions/index.js
generated
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue