From fb062607c7d633d5cb9e3b0138fba0845e8610bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:26:53 +0000 Subject: [PATCH] Bump sersoft-gmbh/xcodebuild-action from 2 to 3 Bumps [sersoft-gmbh/xcodebuild-action](https://github.com/sersoft-gmbh/xcodebuild-action) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/xcodebuild-action/releases) - [Commits](https://github.com/sersoft-gmbh/xcodebuild-action/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/xcodebuild-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/swift-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index 484f091..b94ba90 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -127,7 +127,7 @@ jobs: key: ${{ runner.os }}-${{ steps.os-version.outputs.version }}-xcode-${{ steps.swift-version.outputs.version }}-${{ matrix.platform }}-${{ hashFiles('**/Package.resolved') }} restore-keys: | ${{ runner.os }}-${{ steps.os-version.outputs.version }}-xcode-${{ steps.swift-version.outputs.version }}-${{ matrix.platform }}- - - uses: sersoft-gmbh/xcodebuild-action@v2 + - uses: sersoft-gmbh/xcodebuild-action@v3 with: spm-package: './' scheme: ${{ env.XCODE_SCHEME }}