mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Update src/setup-java.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
6db3a52964
commit
4e6af5a2d7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ async function run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
core.warning(
|
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`
|
`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) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue