Closed sullis closed 5 months ago
Is there any advantage by using v4? Does it fix anything? I do welcome removal of Java 15 however.
https://github.com/actions/setup-java/blob/main/README.md
V2 supports custom distributions and provides support for Azul Zulu OpenJDK,
Eclipse Temurin and AdoptOpenJDK out of the box. V1 supports only
Azul Zulu OpenJDK.
v4 is the latest release of this GitHub Action
Release notes are available here: https://github.com/actions/setup-java/releases
Is there any advantage by using v4? Does it fix anything? I do welcome removal of Java 15 however.