From 097bd0602105f57b8bf6507ddaf697c42cdd8141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:30:38 +0000 Subject: [PATCH] Update android-actions/setup-android action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acd2e15a..f63d9b43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Android environment - uses: android-actions/setup-android@v2 + uses: android-actions/setup-android@v3 - name: Build dependencies