Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

chore(deps): update actions/setup-java action to v3.7.0 #32

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v3.6.0 -> v3.7.0

Release Notes

actions/setup-java

v3.7.0

Compare Source

In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/401). Besides, 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.

steps:
  - name: Checkout
    uses: actions/checkout@v3
  - name: Setup-java
    uses: actions/setup-java@v3
    with:
      distribution: oracle
      java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
oracle Oracle JDK Link Link

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit 4fd842a into main Dec 1, 2022
@renovate renovate bot deleted the renovate/actions-setup-java-3.x branch December 1, 2022 18:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants