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 @@ -11,7 +11,7 @@
name: Build & Test (macOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

Check warning on line 14 in .github/workflows/ci.yml

View check run for this annotation

Autopilot Project manager / Autopilot PR Check

Mock Implementation

The version `actions/checkout@v6` does not exist yet (current version is v4). This looks like a speculative or mock version number.
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand All @@ -22,7 +22,7 @@
name: Build (iOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

Check warning on line 25 in .github/workflows/ci.yml

View check run for this annotation

Autopilot Project manager / Autopilot PR Check

Mock Implementation

The version `actions/checkout@v6` does not exist yet (current version is v4). This looks like a speculative or mock version number.
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand Down