chore(deps): update actions/setup-java action to v3.10.0 #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.0->v3.10.0Release Notes
actions/setup-java
v3.10.0Compare Source
In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettooraclev3.9.0Compare Source
In scope of this release we add support for
.java-versionfile (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.v3.8.0Compare Source
In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/395) and updated minimatch dependency.
v3.6.0Compare Source
In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use
os.archto determine default architecture for runners: https://github.com/actions/setup-java/pull/376. Besides, we made such changes as:SEGMENT_DOWNLOAD_TIMEOUT_MINSv3.5.1Compare Source
In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate json file. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.
v3.5.0Compare Source
Add support for multiple jdks
In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through
java-versioninput.Besides, we added such changes as:
v3.4.1Compare Source
In scope of this release we updated
actions/cachepackage as the new version contains fixes for caching error handling.v3.4.0Compare Source
In scope of this release we introduce such changes as:
Zulu OpenJDKarm64 architecture: https://github.com/actions/setup-java/pull/339Sbt-cache: don't cache some files: https://github.com/actions/setup-java/pull/332v3.3.0Compare Source
In scope of this pull request we add support for Amazon Corretto Build of OpenJDK (https://github.com/actions/setup-java/pull/312).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettov3.2.0Compare Source
This release introduces dependency caching support for sbt (https://github.com/actions/setup-java/pull/302).
Caching sbt dependencies
v3.1.1Compare Source
This release introduces new output cache-hit (https://github.com/actions/setup-java/pull/275) and update of
actions/cachedependency to 2.0.2 (https://github.com/actions/setup-java/pull/317)Add "cache-hit" output
The
cache-hitoutput 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/cachepackage as the new version contains fixes related to GHES 3.5 (https://github.com/actions/setup-java/pull/317)v3.1.0Compare Source
In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore.
Updated dependencies:
minimistfrom1.2.5to1.2.6.actions/cachedependency to 2.0.0 versionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.