From f0f5e9cdd9bdcdb631db0ebdffbd5c3dc26d12a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:28:42 +0000 Subject: [PATCH] Bump skiptools/swift-android-action in the dependencies group Bumps the dependencies group with 1 update: [skiptools/swift-android-action](https://github.com/skiptools/swift-android-action). Updates `skiptools/swift-android-action` from 2.9.2 to 2.9.4 - [Release notes](https://github.com/skiptools/swift-android-action/releases) - [Commits](https://github.com/skiptools/swift-android-action/compare/35cd37f3e970b397d141f8e97aa34785b8a4e3f7...8db781febb546110d48dee035131db8f4e259e91) --- updated-dependencies: - dependency-name: skiptools/swift-android-action dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/run-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index fae857e..6952bce 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -416,7 +416,7 @@ jobs: with: { package_root: "${{ inputs.package_root }}", assume_installed_version: "${{ matrix.swift-version }}" } - name: Run unit tests if: steps.swift-check.outputs.swift-compatible == 'true' - uses: skiptools/swift-android-action@35cd37f3e970b397d141f8e97aa34785b8a4e3f7 # v2.9.2 + uses: skiptools/swift-android-action@8db781febb546110d48dee035131db8f4e259e91 # v2.9.4 with: swift-version: ${{ matrix.swift-version }} copy-files: ${{ inputs.android_copy_files }}