diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index a9d83a7..11f5ee9 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -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'