We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f5e90 commit ca910fbCopy full SHA for ca910fb
.github/actions/setup-android-build/action.yml
@@ -6,7 +6,7 @@ runs:
6
steps:
7
- name: Setup JDK
8
id: setup-jdk
9
- uses: actions/setup-java@v4.6.0
+ uses: actions/setup-java@v4.7.0
10
with:
11
distribution: 'zulu'
12
java-version: '21'
0 commit comments