Skip to content

Commit 6822048

Browse files
chore(deps): update actions/setup-java action to v5.5.0 (#1793)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v5.4.0` → `v5.5.0` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5.5.0`](https://redirect.github.com/actions/setup-java/compare/v5.4.0...v5.5.0) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v5.4.0...v5.5.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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/launchdarkly/js-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Routine GitHub Action version bump with no application or workflow input changes beyond the action pin. > > **Overview** > Bumps the pinned **`actions/setup-java`** action from **v5.4.0** to **v5.5.0** (commit SHA updated) in the React Native Android CI workflows **`react-native-contract-tests.yml`** and **`react-native-detox.yml`**. > > The **Setup Java** step configuration is unchanged: Temurin, Java 17, and Gradle cache remain the same; only the action version reference changes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 4c1b7fc. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 281dbd4 commit 6822048

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/react-native-contract-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Java setup is after expo prebuild so that it can locate the gradle configuration.
5050
- name: Setup Java
5151
# https://github.com/actions/setup-java/releases/tag/v5.2.0
52-
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
52+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
5353
with:
5454
distribution: temurin
5555
java-version: 17

.github/workflows/react-native-detox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Java setup is after checkout and expo prebuild so that it can locate the
6060
# gradle configuration.
6161
- name: Setup Java
62-
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
62+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
6363
with:
6464
distribution: temurin
6565
java-version: 17

0 commit comments

Comments
 (0)