Update actions/setup-java action to v3.14.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-java | action | minor | v3.11.0 -> v3.14.1 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/setup-java (actions/setup-java)
v3.14.1
What's Changed
- Add workflow file for publishing releases to immutable action package by @aparnajyothi-y in #797
Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.14.1
v3.14.0
What's Changed
- Upgrade @action/cache to 4.0.3 by @aparnajyothi-y in #790. In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.14.0
v3.13.0
What's changed
In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in #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:
- Fix XML namespaces wrongly using https by @gnodet in #503
- Fix typo and remove unintentional(?) word by @CyberFlameGO in #518
- Fix usage link within the README.md file by @dassiorleando in #525
New Contributors
- @CyberFlameGO made their first contribution in #518
- @dassiorleando made their first contribution in #525
- @gnodet made their first contribution in #503
- @Accelerator1996 made their first contribution in #532
Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.13.0
v3.12.0
In scope of this release the following changes were made:
Bug fixes:
- Always check postfix "Contents/Home" on macOS by @erwin1 in #397
- Fix sbt/scala cache key by @Dogacel in #478
- Corretto toolcache folder name fix by @IvanZosimov in #480
- Update versions of Oracle JDK and Microsoft Build of OpenJDK by @anishi1222 in #489
- Update Oracle JDK download URL calculation by @nikolai-laevskii in #507
Feature implementations:
Resolving dependencies issues:
- Remove implicit dependencies by @nikolai-laevskii in #494
- Update xml2js by @dmitry-shibanov in #484
- Update dependencies by @IvanZosimov in #511
Infrastructure updates:
- Fix glob bug in package.json scripts section by @IvanZosimov in #475
- Update mocks by @nikolai-laevskii in #498
Documentation changes:
New Contributors
- @erwin1 made their first contribution in #397
- @Dogacel made their first contribution in #478
- @anishi1222 made their first contribution in #489
- @nikolai-laevskii made their first contribution in #498
- @ragsmpl made their first contribution in #500
- @Endi327 made their first contribution in #280
Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.12.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 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 was generated by Mend Renovate. View the repository job log.