Skip to content

Commit

Permalink
Bump sersoft-gmbh/xcodebuild-action from 2 to 3
Browse files Browse the repository at this point in the history
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](sersoft-gmbh/xcodebuild-action@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ffried committed Sep 18, 2023
1 parent de2f001 commit 4480073
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
xcode-version: ^14.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Demos/Demos.xcworkspace
scheme: ${{ matrix.scheme }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
xcode-version: ^14.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: Integration/Integration.xcodeproj
scheme: iOSStaticLibraryIntegration
Expand All @@ -39,7 +39,7 @@ jobs:
with:
xcode-version: ^14.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: Integration/Integration.xcodeproj
scheme: ${{ matrix.scheme }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
xcode-version: ^14.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Xcode/Lumberjack.xcworkspace
scheme: CocoaLumberjack-Static
Expand All @@ -40,7 +40,7 @@ jobs:
with:
xcode-version: ^14.3
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Xcode/Lumberjack.xcworkspace
scheme: ${{ matrix.scheme }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
esac
echo "destination=${DESTINATION}" >> "${GITHUB_OUTPUT}"
- uses: actions/checkout@v4
- uses: sersoft-gmbh/xcodebuild-action@v2
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: Tests/Tests.xcodeproj
scheme: ${{ matrix.scheme }}
Expand Down

0 comments on commit 4480073

Please sign in to comment.