From 3fdc418c8d362b0b4f40ebb36981eb794a7b7f7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:35:27 +0000 Subject: [PATCH] chore(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2dbf886b..51434fbc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -26,19 +26,19 @@ jobs: steps: - name: Setup Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'true' fetch-depth: 0 - name: Install Java - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: 'temurin' java-version: 21 - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Install NDK run: echo "y" | sdkmanager --install "ndk;${{ env.NDK_VERSION }}"