You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`);
Copy file name to clipboardexpand all lines: src/setup-java.ts
+4
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ async function run() {
55
55
keyFingerprint
56
56
);
57
57
}
58
+
59
+
core.warning(
60
+
`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`
0 commit comments