Update actions/setup-java action to v2 #17
Merged
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:
v1.4.3
->v2.0.0
Release Notes
actions/setup-java
v2.0.0
Compare Source
The major release actions/setup-java@v2
See more details in README file.
This action provides the following functionality for GitHub Actions runners:
V2 vs V1
Usage
Inputs
java-version
anddistribution
are mandatory. See Supported distributions section for a list of available options.Basic
Adopt OpenJDK
Zulu OpenJDK
Supported version syntax
The
java-version
input supports an exact version or a version range using SemVer notation:8
,11
,15
11.0
,11.0.4
,8.0.232
,8.0.282+8
15-ea
,15.0.0-ea
,15.0.0-ea.2
,15.0.0+2-ea
Supported distributions
Currently, the following distributions are supported:
| Keyword | Distribution | Official site | License |
|-|-|-|-|
|
zulu
| Zulu OpenJDK | Link | Link ||
adopt
| Adopt OpenJDK | Link | LinkNOTE: The different distributors can provide discrepant list of available versions / supported configurations. Please refer to the official documentation to see the list of supported versions.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.