Skip to content

Commit c12d9f5

Browse files
Update actions/setup-java action to v5
1 parent 4ddaa52 commit c12d9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: set up JDK 17
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: '17'
1818
distribution: 'temurin'

0 commit comments

Comments
 (0)