From b1ba9fcbea1b82a3f6b67be799e50c74a7ed7411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:46:12 +0800 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 4 ++-- .github/workflows/renovate-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a06a518..f40928c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -25,7 +25,7 @@ jobs: submodules: true - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: "21" distribution: "temurin" @@ -104,7 +104,7 @@ jobs: submodules: true - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: "21" distribution: "temurin" diff --git a/.github/workflows/renovate-check.yml b/.github/workflows/renovate-check.yml index 9c73873..6f6dc7b 100644 --- a/.github/workflows/renovate-check.yml +++ b/.github/workflows/renovate-check.yml @@ -17,7 +17,7 @@ jobs: submodules: true - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: "21" distribution: "temurin"