From 0db67b4efcb2fb8971ca1ff881746295f0a303d7 Mon Sep 17 00:00:00 2001 From: GGG KILLER Date: Tue, 23 Nov 2021 10:19:53 -0300 Subject: [PATCH] Rebuild index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index a3e4d73..4f52806 100644 --- a/dist/index.js +++ b/dist/index.js @@ -17089,7 +17089,7 @@ class DotnetCoreInstaller { } const releaseInfo = releasesInfo[0]; if (releaseInfo['support-phase'] === 'eol') { - core.warning(`${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and may not work properly.`); + core.warning(`${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.`); } return releaseInfo['releases.json']; });