From 57c3af9c9cbea0a8d1be06c136a5a08da7cfe6c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:47:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5.1.0 (#416) 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 88fe19f..e9db37f 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.0.0 + uses: actions/setup-java@v5.1.0 with: java-version: '21' distribution: 'temurin'