From e4ed4d091f769ef468097b4e44c5275588de502c Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:16:20 +0000 Subject: [PATCH] chore: update CI dependencies in .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f500798..846c366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Build & Test (macOS) runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable @@ -22,7 +22,7 @@ jobs: name: Build (iOS) runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable