From 288234d1e792610d6efc9d738af1675fc3042494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:52:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/xcodeproj.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodeproj.yml b/.github/workflows/xcodeproj.yml index 5fe21d62f..e9775f1a8 100644 --- a/.github/workflows/xcodeproj.yml +++ b/.github/workflows/xcodeproj.yml @@ -65,7 +65,7 @@ jobs: name: Test (iOS / Xcode) runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Select iOS Simulator run: | simulator_id="$(xcrun simctl list devices available | awk -F '[()]' '/iPhone/ { print $2; exit }')"