diff --git a/src/installer.ts b/src/installer.ts index b85bcddb..4b5e121d 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -273,7 +273,7 @@ export async function getVoltaVersion(versionSpec: string, authToken: string): P if (validVersionProvided) { core.info(`using user provided version volta@${version}`); } else { - core.info(`looking up latest volta version from https://volta.sh/latest-version`); + core.info(`looking up latest volta version`); version = await getLatestVolta(authToken); }