A bit over half of the repositories using setup-java action, are using Eclipse Temurin (public repos), and they benefit from GitHub Hosted Runners Tool Cache. The rest? Download the JDK every single workflow run. Coming to v6 is JDK Caching: github.com/actions/setu...
Add default JDK caching by brunoborges · Pull Request #1201 · actions/setup-java
Summary add a default-on cache-jdk input with an explicit cache-jdk: false opt-out restore resolved JDKs before download and save tool-cache entries in the post action, independently of dependency...
github.com