mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-24 09:54:47 +00:00
enable latest cache by calling getLatestReleaseVersion
This commit is contained in:
parent
8bdd012be5
commit
8c90a15bfd
4 changed files with 57 additions and 175 deletions
|
@ -70,7 +70,7 @@ export async function downloadVersion(
|
|||
return { version: resolvedVersion, cachedToolDir };
|
||||
}
|
||||
|
||||
async function resolveVersion(
|
||||
export async function resolveVersion(
|
||||
version: string,
|
||||
githubToken: string,
|
||||
): Promise<string> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue