diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index 7e3c3eac3..a1b69a9a8 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@dded0888837ed1f317902acf8a20df0ad188d165 # v5 + uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 with: distribution: temurin java-version: 17