From 2663b37675c9583fc5a4a1bbf66a54b8f696991d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:08:42 +0000 Subject: [PATCH] Update actions/setup-java action to v3.13.0 --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e2bc7f7..117c2ff 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v3.1.0 - name: Set up JDK - uses: actions/setup-java@v3.5.1 + uses: actions/setup-java@v3.13.0 with: distribution: adopt java-version: 17 @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3.1.0 - name: set up JDK - uses: actions/setup-java@v3.5.1 + uses: actions/setup-java@v3.13.0 with: distribution: adopt java-version: 17