Skip to content

Commit

Permalink
Update actions/setup-java action to v4.2.2 (#337)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-java](https://github.com/actions/setup-java) | action
| patch | `v4.2.1` -> `v4.2.2` |

---

### Release Notes

<details>
<summary>actions/setup-java (actions/setup-java)</summary>

###
[`v4.2.2`](https://github.com/actions/setup-java/releases/tag/v4.2.2)

[Compare
Source](https://github.com/actions/setup-java/compare/v4.2.1...v4.2.2)

##### What's Changed

##### 

Bug fixes:

- Fix macos latest check failures by
[@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in
[https://github.com/actions/setup-java/pull/634](https://github.com/actions/setup-java/pull/634)
- Fix dragonwell distribution parsing issues by
[@&#8203;Accelerator1996](https://github.com/Accelerator1996) in
[https://github.com/actions/setup-java/pull/643](https://github.com/actions/setup-java/pull/643)

##### Documentation changes

- Update advanced documentation for java-version-file by
[@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in
[https://github.com/actions/setup-java/pull/622](https://github.com/actions/setup-java/pull/622)

##### Dependency updates:

- Bump undici from 5.28.3 to 5.28.4 and other dependency updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/setup-java/pull/616](https://github.com/actions/setup-java/pull/616)

**Full Changelog**:
actions/setup-java@v4...v4.2.2

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/WhosNickDoglio/dagger-rules).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent a50a531 commit 15d46c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- name: set up JDK 21
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'zulu'
java-version: '21'
Expand Down

0 comments on commit 15d46c0

Please sign in to comment.