From 041d924d8bf6ffc8c2ff8adb8d2c3029818a4340 Mon Sep 17 00:00:00 2001 From: John <1615532+johnoliver@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:28:17 +0000 Subject: [PATCH] Regenerate dist --- dist/setup/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 2273faf2..a2efc14a 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -77848,8 +77848,7 @@ class AdoptDistribution extends base_installer_1.JavaBase { catch (error) { // Log the failure but always fall back to legacy AdoptOpenJDK for resilience const errorMessage = error instanceof Error ? error.message : String(error); - if (error instanceof Error && - error.name === 'VersionNotFoundError') { + if (error instanceof Error && error.name === 'VersionNotFoundError') { core.notice('The JVM you are looking for could not be found in the Temurin repository, this likely indicates ' + 'that you are using an out of date version of Java, consider updating and moving to using the Temurin distribution type in setup-java.'); }