From 55b90a2ffe7e06b9d3cfa1aecd8fba153f1f723f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:45:25 +0000 Subject: [PATCH] chore(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2dbf886b..e0661f2e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Setup Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'true' fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: 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 }}"