From aff4420ae02ab7f528c4cb2a79b49294c45ed9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:21:53 +0800 Subject: [PATCH] ci(deps): bump actions/setup-java from 5 to 5.6.0 (#641) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/04-android-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/04-android-build.yml b/.github/workflows/04-android-build.yml index aa44084..35a4879 100644 --- a/.github/workflows/04-android-build.yml +++ b/.github/workflows/04-android-build.yml @@ -46,7 +46,7 @@ jobs: max-size: 300M - name: Setup Java 17 - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: '17'