From 8549a110da37e852ea3f8b0199fb08a8bc409099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:10:59 +0000 Subject: [PATCH] Update actions/setup-java action to v4.6.0 (#136) 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 b8b3ab2..4c04c99 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 17 - uses: actions/setup-java@v4.5.0 + uses: actions/setup-java@v4.6.0 with: java-version: '17' distribution: 'temurin'