From e0275226f4aba39c27db210fa7c57e87320fb530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:54:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d82ac4d..0000a12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: GitHub Action for SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 with: @@ -68,7 +68,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 \ @@ -94,6 +94,6 @@ 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 \ No newline at end of file