Skip to content

Commit 6b2cdad

Browse files
committed
[Feature] Update GitHub actions.
1 parent c965047 commit 6b2cdad

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99

1010
steps:
1111
- name: Check out repository
12-
uses: actions/checkout@v2
13-
- name: Set up JDK 1.8
14-
uses: actions/setup-java@v1
12+
uses: actions/checkout@v3
13+
- name: Set up JDK 11
14+
uses: actions/setup-java@v2
1515
with:
16-
java-version: 1.8
16+
distribution: 'adopt'
17+
java-version: '11'
1718
- name: Build with Gradle
1819
run: ./gradlew assembleDebug lintVitalRelease

0 commit comments

Comments
 (0)