Skip to content

Commit e034827

Browse files
Update actions/setup-java action to v5.2.0 (#753)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v5.1.0` → `v5.2.0` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5.2.0`](https://redirect.github.com/actions/setup-java/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v5.1.0...v5.2.0) ##### What's Changed ##### Enhancement - Retry on HTTP 522 Connection timed out by [@&#8203;findepi](https://redirect.github.com/findepi) in [#&#8203;964](https://redirect.github.com/actions/setup-java/pull/964) ##### Documentation Changes - Update gradle caching by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;972](https://redirect.github.com/actions/setup-java/pull/972) - Update checkout to v6 by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;973](https://redirect.github.com/actions/setup-java/pull/973) ##### Dependency Updates - Upgrade [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;968](https://redirect.github.com/actions/setup-java/pull/968) - Upgrade actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;961](https://redirect.github.com/actions/setup-java/pull/961) ##### New Contributors - [@&#8203;findepi](https://redirect.github.com/findepi) made their first contribution in [#&#8203;964](https://redirect.github.com/actions/setup-java/pull/964) **Full Changelog**: <actions/setup-java@v5...v5.2.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 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/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea789ef commit e034827

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 24
3030
- name: Set up Java
31-
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
31+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3232
with:
3333
distribution: 'temurin'
3434
java-version: 17

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
29-
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
29+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3030
with:
3131
distribution: 'temurin'
3232
java-version: 17

0 commit comments

Comments
 (0)