diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc0dc62..8f0a40a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Select Xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '26' + xcode-version: '26.4' - name: Build and Test run: xcodebuild build test -scheme JESideMenuController -destination "platform=iOS Simulator,name=${SIMULATOR_NAME}" -enableCodeCoverage YES @@ -42,7 +42,7 @@ jobs: dependabot-auto-merge: runs-on: ubuntu-latest needs: run-tests - if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' + if: github.event.pull_request.user.login == 'dependabot[bot]' && github.event_name == 'pull_request' permissions: contents: write pull-requests: write