Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down