mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-01-26 05:31:51 +00:00
Stop fetching version information from github APIs
This commit is contained in:
2
dist/update-known-versions/index.js
generated
vendored
2
dist/update-known-versions/index.js
generated
vendored
@@ -32529,7 +32529,7 @@ async function getManifestEntries(manifestUrl) {
|
||||
data = await response.text();
|
||||
}
|
||||
else {
|
||||
core.debug("Reading manifest from local bundled file.");
|
||||
core.info("manifest-file not provided, reading from local file.");
|
||||
const fileContent = await node_fs_1.promises.readFile(localManifestFile);
|
||||
data = fileContent.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user