Skip to content

Commit ebb424f

Browse files
Beatify "main" warning about breaking changes (#144)
* add warning * Update src/setup-java.ts Co-authored-by: Konrad Pabjan <[email protected]> * Update index.js Co-authored-by: Konrad Pabjan <[email protected]>
1 parent 9c7940b commit ebb424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/setup/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28814,7 +28814,7 @@ function run() {
2881428814
const keyFingerprint = (yield gpg.importKey(gpgPrivateKey)) || '';
2881528815
core.saveState(constants.STATE_GPG_PRIVATE_KEY_FINGERPRINT, keyFingerprint);
2881628816
}
28817-
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`);
28817+
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`);
2881828818
}
2881928819
catch (error) {
2882028820
core.setFailed(error.message);

0 commit comments

Comments
 (0)