From 484369811f4b7e2e987b24bd30746eb1853d7135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:25:14 +0000 Subject: [PATCH] build(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 +- .github/workflows/verify-poms.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a204520..4907dce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: java-version: 25 - name: Set up Android SDK - uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Validate signing configuration run: | diff --git a/.github/workflows/verify-poms.yml b/.github/workflows/verify-poms.yml index d42f24b..bd1b9d3 100644 --- a/.github/workflows/verify-poms.yml +++ b/.github/workflows/verify-poms.yml @@ -37,7 +37,7 @@ jobs: java-version: 25 - name: Set up Android SDK - uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Publish to Maven local env: