Skip to content

Commit

Permalink
chore(deps): update sersoft-gmbh/xcodebuild-action action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 77bd0a1 commit 5df9778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pod install

- name: Build
uses: sersoft-gmbh/xcodebuild-action@v3.0.0
uses: sersoft-gmbh/xcodebuild-action@v3.1.0
with:
workspace: PhDownloader.xcworkspace
scheme: PhDownloader
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pod install

- name: Build
uses: sersoft-gmbh/xcodebuild-action@v3.0.0
uses: sersoft-gmbh/xcodebuild-action@v3.1.0
with:
workspace: "PhDownloader Example/PhDownloader Example.xcworkspace"
scheme: "PhDownloader Example"
Expand Down

0 comments on commit 5df9778

Please sign in to comment.