From a181480abf1edeeeb43c8473e8cb2345f6644a1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:56:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4.7.0 (#148) 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 3cd22a5..b22d0b8 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: set up JDK 21 - uses: actions/setup-java@v4.6.0 + uses: actions/setup-java@v4.7.0 with: java-version: '21' distribution: 'temurin'