Skip to content

Commit 95f9452

Browse files
Update actions/setup-java action to v3.14.1
1 parent 0fcbe87 commit 95f9452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131

3232
- name: set up JDK 17
33-
uses: actions/setup-java@v3.12.0
33+
uses: actions/setup-java@v3.14.1
3434
with:
3535
java-version: '17'
3636
distribution: 'adopt'

0 commit comments

Comments
 (0)