From 39d07ae488d1ea3dec1de22fcca144450f044303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:16:01 +0000 Subject: [PATCH] Update actions/setup-java action to v4.5.0 --- .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 b77ee3c..03718a6 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.4.0 + uses: actions/setup-java@v4.5.0 with: java-version: '17' distribution: 'temurin'