From 842d471a14c134cfadbdc3e2cf19cf601564442b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:56:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/react-native-detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index c1affa2643..078d0e58a8 100644 --- a/.github/workflows/react-native-detox.yml +++ b/.github/workflows/react-native-detox.yml @@ -59,7 +59,7 @@ jobs: # Java setup is after checkout and expo prebuild so that it can locate the # gradle configuration. - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: temurin java-version: 17