From 904e5f8629bbdac3c57b0ce52d37538a86732211 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Mon, 22 Mar 2021 11:21:46 +0300 Subject: [PATCH] Update index.js --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 55052c51..0e7603e1 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -28814,7 +28814,7 @@ function run() { const keyFingerprint = (yield gpg.importKey(gpgPrivateKey)) || ''; core.saveState(constants.STATE_GPG_PRIVATE_KEY_FINGERPRINT, keyFingerprint); } - core.warning(`All setup-java actions pinned to 'main' branch will fail on 5th April 2021. Please explicitly reference your action to the 'v1' tag ('actions/setup-java@v1') to avoid build failures. Find more details in https://github.com/actions/setup-java/issues/137`); + core.warning(`All setup-java actions pinned to the 'main' branch will fail on April 5th 2021. Please explicitly reference your action with the 'v1' tag ('actions/setup-java@v1') to avoid build failures. Find more details at https://github.com/actions/setup-java/issues/137`); } catch (error) { core.setFailed(error.message);