From 86f34b33a916cf5474e0369be4b15e9d62dbd212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:39:08 +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.4 to 2.9.5 - [Release notes](https://github.com/skiptools/swift-android-action/releases) - [Commits](https://github.com/skiptools/swift-android-action/compare/8db781febb546110d48dee035131db8f4e259e91...2044b79660f201ccef8cbce62877e4ec5409f9c8) --- updated-dependencies: - dependency-name: skiptools/swift-android-action dependency-version: 2.9.5 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 6952bce..03d8516 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@8db781febb546110d48dee035131db8f4e259e91 # v2.9.4 + uses: skiptools/swift-android-action@2044b79660f201ccef8cbce62877e4ec5409f9c8 # v2.9.5 with: swift-version: ${{ matrix.swift-version }} copy-files: ${{ inputs.android_copy_files }}