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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ffried committed Sep 18, 2023
1 parent b449a86 commit fb06260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fb06260

Please sign in to comment.