diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index c1affa264..078d0e58a 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