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

chore(deps): update actions/setup-java action to v4 #1029

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
actions/setup-java action major v3 -> v4

Release Notes

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

v4

Compare Source


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.

Copy link

what-the-diff bot commented Nov 29, 2023

PR Summary

  • Updated Java setup in deployment and release operations
    The configurations for deployment and release operations are enhanced with up-to-date settings. We switched from actions/setup-java version 3 to version 4 in both '.github/workflows/deploy.yml' and '.github/workflows/release.yml' files. The java-version is now updated to 17 with distribution set to 'temurin'.

  • Refined Java setup in maven operations
    The configuration in the Maven operations has been revised. The actions/setup-java is also updated from version 3 to version 4 in the '.github/workflows/maven.yml' file. We have improved the flexibility of the setup with the java-version now dynamically adjusted based on the matrix.java-version and distribution switched to 'temurin'.

These updates ensure the use of the latest and most efficient version of Java setup, thereby enhancing the overall efficiency of our developmental operations and making sure the delivery is always smooth.

@kingthorin kingthorin merged commit 7cb59b3 into main Nov 29, 2023
7 checks passed
@kingthorin kingthorin deleted the renovate/actions-setup-java-4.x branch November 29, 2023 17:07
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.

1 participant