From 4a816bfa391fc8d801503260706fd29c68a06e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:14:29 +0000 Subject: [PATCH] chore(deps): Bump android-actions/setup-android from 4.0.1 to 4.0.4 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/40fd30fb8d7440372e1316f5d1809ec01dcd3699...be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0784ff7e..1dba3aaa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -185,7 +185,7 @@ jobs: # fails and the release ships no JNI artifact. The NDK version must match # gradle/libs.versions.toml `android-ndk`. - name: Set up Android SDK - uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 with: # The action's default is `tools platform-tools`; the obsolete `tools` package is no longer # served by the SDK repository (`Failed to find package 'tools'`), which failed the 0.56.0