Bump android-actions/setup-android from 2.0.10 to 3.0.0

Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2.0.10 to 3.0.0.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](https://github.com/android-actions/setup-android/compare/7c5672355aaa8fde5f97a91aa9a99616d1ace6bc...13f81365a437096ca29f87b1e7389bf0ea1385ed)

---
updated-dependencies:
- dependency-name: android-actions/setup-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ci-android-jni.yml b/.github/workflows/ci-android-jni.yml
index bfb38b9..753a386 100644
--- a/.github/workflows/ci-android-jni.yml
+++ b/.github/workflows/ci-android-jni.yml
@@ -51,7 +51,7 @@
           distribution: "zulu"
           java-version: 11
       - name: Download and Setup the Android SDK
-        uses: android-actions/setup-android@7c5672355aaa8fde5f97a91aa9a99616d1ace6bc # v2.0.10
+        uses: android-actions/setup-android@13f81365a437096ca29f87b1e7389bf0ea1385ed # v3.0.0
       - name: Install CMake in the Android SDK
         # This is the same version of cmake that is found in build.gradle. This
         # will be used to build libavif and the JNI bindings.