From 49dfee6b2c66a43da2ad38391a0888299d49a6c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:10:17 +0000 Subject: [PATCH] Update actions/setup-java action to v4.3.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 bcdcc39..b2b94a3 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.2.2 + uses: actions/setup-java@v4.3.0 with: java-version: '17' distribution: 'temurin'