From fea74bd8a28dafeb4d19c675bf7a36d39f4db5d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:40:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5.2.0 (#443) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'