github actions/setup-java v3.1.1

latest releases: v4.3.0, v4, v4.2.2...
2 years ago

This release introduces new output cache-hit (#275) and update of actions/cache dependency to 2.0.2 (#317)

Add "cache-hit" output

The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

Update actions/cache to 2.0.2

We updated actions/cache package as the new version contains fixes related to GHES 3.5 (#317)

Don't miss a new setup-java release

NewReleases is sending notifications on new releases.