Skip to content

Commit ca910fb

Browse files
Update actions/setup-java action to v4.7.0 (#1575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8f5e90 commit ca910fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-android-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- name: Setup JDK
88
id: setup-jdk
9-
uses: actions/setup-java@v4.6.0
9+
uses: actions/setup-java@v4.7.0
1010
with:
1111
distribution: 'zulu'
1212
java-version: '21'

0 commit comments

Comments
 (0)