Skip to content

Commit 42b1bbc

Browse files
chore(deps): update actions/setup-java action to v5 (#384)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | major | `v4` -> `v5` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fsetup-java/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fsetup-java/v4/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [actions:setup-java](https://redirect.github.com/actions/setup-java) | | major | `v4` -> `v5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/actions:setup-java/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:setup-java/v4/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 - "every 1 week on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates 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/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fdb62d commit 42b1bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
7-
@file:DependsOn("actions:setup-java:v4")
7+
@file:DependsOn("actions:setup-java:v5")
88
@file:DependsOn("gradle:gradle-build-action:v3")
99
@file:DependsOn("typesafegithub:github-actions-typing:v2")
1010

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: 'actions/checkout@v4'
7474
- id: 'step-1'
7575
name: 'Set up Java in proper version'
76-
uses: 'actions/setup-java@v4'
76+
uses: 'actions/setup-java@v5'
7777
with:
7878
java-version: '17'
7979
distribution: 'zulu'

0 commit comments

Comments
 (0)