From 0cc729b0463d6b00edd659481bc4f42f00abc815 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 05:00:33 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/android-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 64970d72..d8ceb64d 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'temurin'