chore(deps): update actions/setup-java action to v5.2.0 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a51c4bf5f2
commit
fea74bd8a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 21
|
||||
uses: actions/setup-java@v5.1.0
|
||||
uses: actions/setup-java@v5.2.0
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
|
|
|
|||
Loading…
Reference in a new issue