Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/setup-java action to v3.13.0 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v3.9.0 -> v3.13.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/setup-java (actions/setup-java)

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in https://github.com/actions/setup-java/pull/532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare 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.0

Compare Source

In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: semeru
     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
semeru IBM Semeru Runtime Open Edition Link Link
oracle Oracle JDK Link Link

v3.10.0

Compare Source

In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).

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: 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.


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

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

@what-the-diff
Copy link

what-the-diff bot commented Feb 7, 2023

  • The version of the action setup-java was updated from v3.9.0 to v3.10.0

@renovate renovate bot changed the title Update actions/setup-java action to v3.10.0 Update actions/setup-java action to v3.11.0 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-java-3.x branch from 1fecab6 to 1c3f35e Compare March 27, 2023 16:59
@what-the-diff
Copy link

what-the-diff bot commented Mar 27, 2023

PR Summary

  • Updated Java Setup Action Version
    All the workflows in our projects, as denoted by the .yml files, were using an older version of the actions/setup-java tool, specifically v3.9.0. This pull request updates that tool version to v3.13.0 in all our workflows. This tool sets up the Java environment for our projects, and having it updated ensures we're getting the most recent improvements and features from the tool. This likely means improved efficiency and reliability in our Java build process.

@renovate renovate bot changed the title Update actions/setup-java action to v3.11.0 Update actions/setup-java action to v3.12.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-java-3.x branch from 1c3f35e to 6e7e8f6 Compare July 24, 2023 13:30
| datasource  | package            | from   | to      |
| ----------- | ------------------ | ------ | ------- |
| github-tags | actions/setup-java | v3.9.0 | v3.13.0 |
@renovate renovate bot changed the title Update actions/setup-java action to v3.12.0 Update actions/setup-java action to v3.13.0 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-java-3.x branch from 6e7e8f6 to 7f8466e Compare September 20, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants