Update actions/setup-java action to v3.14.1 #80
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.1.0->v3.14.1Release Notes
actions/setup-java (actions/setup-java)
v3.14.1Compare Source
What's Changed
Full Changelog: actions/setup-java@v3...v3.14.1
v3.14.0Compare Source
What's Changed
In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: actions/setup-java@v3...v3.14.0
v3.13.0Compare Source
What's changed
In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in #532
Several inaccuracies were also fixed:
New Contributors
Full Changelog: actions/setup-java@v3...v3.13.0
v3.12.0Compare Source
In scope of this release the following changes were made:
Bug fixes:
Feature implementations:
Resolving dependencies issues:
Infrastructure updates:
Documentation changes:
New Contributors
Full Changelog: actions/setup-java@v3...v3.12.0
v3.11.0Compare Source
In scope of this release we added support for IBM Semeru (OpenJ9) JDK (#289).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettosemeruoraclev3.10.0Compare Source
In scope of this release we added support for Oracle JDK (#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 (#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 (#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: #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: #339Sbt-cache: don't cache some files: #332v3.3.0Compare Source
In scope of this pull request we add support for Amazon Corretto Build of OpenJDK (#312).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettov3.2.0Compare Source
This release introduces dependency caching support for sbt (#302).
Caching sbt dependencies
v3.1.1Compare Source
This release introduces new output cache-hit (#275) and update of
actions/cachedependency to 2.0.2 (#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 (#317)Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.