Skip to content

Commit 44429c9

Browse files
authored
Update actions/setup-java
1 parent b56afcc commit 44429c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: actions/checkout@v2
1514
- name: set up JDK 11
16-
uses: actions/setup-java@v1
15+
uses: actions/setup-java@v2
1716
with:
17+
distribution: 'adopt'
1818
java-version: 11
1919
- name: Grant execute permission for gradlew
2020
run: chmod +x gradlew

0 commit comments

Comments
 (0)