From 4d863b6db13e24171a6cc3f802efea8537738d69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 18:45:09 +0000 Subject: [PATCH] Update actions/setup-java action to v2.5.1 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 31357f4..32c18e3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,7 +24,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: actions/setup-java@v2.4.0 + - uses: actions/setup-java@v2.5.1 with: distribution: 'temurin' java-version: '11'