We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ead84d + 102be20 commit 4f7f8faCopy full SHA for 4f7f8fa
.github/workflows/Android-CI-release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Install JDK
18
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
19
20
distribution: "adopt"
21
java-version: 11
.github/workflows/Android-CI.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install JDK ${{ matrix.java_version }}
22
23
24
25
java-version: ${{ matrix.java_version }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments