From f33d0107c6fb90d7c9fe582532559fcf9c6d3caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 18:55:21 +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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454274c..fa00d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Tests - uses: sersoft-gmbh/xcodebuild-action@v2 + uses: sersoft-gmbh/xcodebuild-action@v3 with: project: SwiftBeanCountImporterApp.xcodeproj scheme: SwiftBeanCountImporterApp