Skip to content

Commit d9e6c67

Browse files
Update actions/setup-java action to v5 (#161)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5`](https://redirect.github.com/actions/setup-java/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v4...v5) </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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kevincianfarini/cardiologist). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6InRydW5rIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d88b538 commit d9e6c67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-java@v4
17+
- uses: actions/setup-java@v5
1818
with:
1919
distribution: 'zulu'
2020
java-version-file: .github/.java-version

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{matrix.os}}
4545
steps:
4646
- uses: actions/checkout@v5
47-
- uses: actions/setup-java@v4
47+
- uses: actions/setup-java@v5
4848
with:
4949
distribution: 'zulu'
5050
java-version-file: .github/.java-version
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v5
58-
- uses: actions/setup-java@v4
58+
- uses: actions/setup-java@v5
5959
with:
6060
distribution: 'zulu'
6161
java-version-file: .github/.java-version
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: macOS-latest
6666
steps:
6767
- uses: actions/checkout@v5
68-
- uses: actions/setup-java@v4
68+
- uses: actions/setup-java@v5
6969
with:
7070
distribution: 'zulu'
7171
java-version: 19

0 commit comments

Comments
 (0)