Merge pull request #77 from Super12138/renovate/actions-setup-java-4.x
Update actions/setup-java action to v4.2.2
This commit is contained in:
commit
1f9be2b32e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.2.1
|
||||
uses: actions/setup-java@v4.2.2
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
|
|
|||
Loading…
Reference in a new issue