Skip to content

Commit 9058fd2

Browse files
committed
chore: update action/setup-java to use full semver reference
1 parent 6ef4ddc commit 9058fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
62+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
6363
with:
6464
distribution: temurin
6565
java-version: 17

0 commit comments

Comments
 (0)