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

Open
Rainnny wants to merge 1 commits from renovate/actions-setup-java-3.x into master
Owner

This PR contains the following updates:

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

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: https://github.com/actions/setup-java/compare/v3...v3.13.0


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://github.com/actions/setup-java) | action | minor | `v3.12.0` -> `v3.13.0` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v3.13.0`](https://github.com/actions/setup-java/releases/tag/v3.13.0) [Compare Source](https://github.com/actions/setup-java/compare/v3.12.0...v3.13.0) #### What's changed In the scope of this release, support for Dragonwell JDK was added by [@&#8203;Accelerator1996](https://github.com/Accelerator1996) in https://github.com/actions/setup-java/pull/532 ```yaml 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: - Fix XML namespaces wrongly using https by [@&#8203;gnodet](https://github.com/gnodet) in https://github.com/actions/setup-java/pull/503 - Fix typo and remove unintentional(?) word by [@&#8203;CyberFlameGO](https://github.com/CyberFlameGO) in https://github.com/actions/setup-java/pull/518 - Fix usage link within the README.md file by [@&#8203;dassiorleando](https://github.com/dassiorleando) in https://github.com/actions/setup-java/pull/525 #### New Contributors - [@&#8203;CyberFlameGO](https://github.com/CyberFlameGO) made their first contribution in https://github.com/actions/setup-java/pull/518 - [@&#8203;dassiorleando](https://github.com/dassiorleando) made their first contribution in https://github.com/actions/setup-java/pull/525 - [@&#8203;gnodet](https://github.com/gnodet) made their first contribution in https://github.com/actions/setup-java/pull/503 - [@&#8203;Accelerator1996](https://github.com/Accelerator1996) made their first contribution in https://github.com/actions/setup-java/pull/532 **Full Changelog**: https://github.com/actions/setup-java/compare/v3...v3.13.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Rainnny added 1 commit 2024-03-18 15:09:42 -07:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-setup-java-3.x:renovate/actions-setup-java-3.x
git checkout renovate/actions-setup-java-3.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Rainnny/maven-git-versioning#16
No description provided.