Update actions/setup-java action to v4.6.0 by renovate[bot] · Pull Request #878 · sigstore/sigstore-java
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-java | action | minor | v4.5.0 -> v4.6.0 |
Release Notes
actions/setup-java (actions/setup-java)
v4.6.0
What's Changed
Add-ons:
- Add Support for JetBrains Runtime by @gmitch215 in https://github.com/actions/setup-java/pull/637
- name: Checkout
uses: actions/checkout@v4
- name: Setup-java
uses: actions/setup-java@v4
with:
distribution: ‘jetbrains’
java-version: '21'
Bug fixes:
- Fix Ubuntu-latest CI failures by @mahabaleshwars in https://github.com/actions/setup-java/pull/693
New Contributors
- @gmitch215 made their first contribution in https://github.com/actions/setup-java/pull/637
Full Changelog: actions/setup-java@v4...v4.6.0
Configuration
📅 Schedule: Branch creation - "every 3 weeks on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.