From 3677ed59e192f447aacc8c023ef61dc9a368d57a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:10:52 +0000 Subject: [PATCH] chore(deps): update sersoft-gmbh/xcodebuild-action action to v3.2.0 --- .github/workflows/ios-build.yml | 2 +- .github/workflows/ios-example-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 12fb474..8490b51 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -41,7 +41,7 @@ jobs: run: pod install - name: Build - uses: sersoft-gmbh/xcodebuild-action@v3.0.0 + uses: sersoft-gmbh/xcodebuild-action@v3.2.0 with: workspace: PhDownloader.xcworkspace scheme: PhDownloader diff --git a/.github/workflows/ios-example-build.yml b/.github/workflows/ios-example-build.yml index abe1337..b96fbde 100644 --- a/.github/workflows/ios-example-build.yml +++ b/.github/workflows/ios-example-build.yml @@ -44,7 +44,7 @@ jobs: run: pod install - name: Build - uses: sersoft-gmbh/xcodebuild-action@v3.0.0 + uses: sersoft-gmbh/xcodebuild-action@v3.2.0 with: workspace: "PhDownloader Example/PhDownloader Example.xcworkspace" scheme: "PhDownloader Example"