From 9558759f01e7767f30f47e9541cb0116110c03cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:37:57 +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 8317305..897882c 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -123,7 +123,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 }}