diff --git a/.github/workflows/detect_api_changes.yml b/.github/workflows/detect_api_changes.yml index 0470a710d8..9696495db0 100644 --- a/.github/workflows/detect_api_changes.yml +++ b/.github/workflows/detect_api_changes.yml @@ -62,7 +62,7 @@ jobs: - name: 🔍 Detect Changes if: env.skip_workflow != 'true' - uses: Adyen/adyen-swift-public-api-diff@0.6.0 + uses: Adyen/adyen-swift-public-api-diff@0.7.0 id: public_api_diff with: platform: "iOS" diff --git a/.github/workflows/test-carthage-integration.yml b/.github/workflows/test-carthage-integration.yml index a84ba52216..5e093b5472 100644 --- a/.github/workflows/test-carthage-integration.yml +++ b/.github/workflows/test-carthage-integration.yml @@ -21,7 +21,7 @@ jobs: - name: Select latest Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '16.1' - name: Resolve dependencies run: |