From e1331881731155675edab4e0e0ca2b709c81984e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 09:40:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 009772f..0ef99fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - { platform: watchOS, name: "watchOS 10.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=10.4,name=Apple Watch Series 9 (45mm)" } steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Run tests - ${{ matrix.name }} run: | xcodebuild test \ @@ -87,7 +87,7 @@ jobs: - { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 } steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Build with Swift Package Manager - ${{ matrix.name }} run: swift build -c release