From 9ca3fbb53fdd79eecf04fe33734181b022426564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:42:12 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0887ad..a0732ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - id: set-matrix run: | matrix=$(cat .github/matrix.json | jq -c .) @@ -32,7 +32,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache SPM build directory uses: actions/cache@v4 env: @@ -68,7 +68,7 @@ jobs: - name: Install iOS 18.2 simulator if: ${{ matrix.xcode_version == '16.2' }} run: xcodebuild -downloadPlatform iOS -buildVersion 18.2 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache SPM build directory uses: actions/cache@v4 env: @@ -118,7 +118,7 @@ jobs: - name: Install iOS 18.2 simulator if: ${{ matrix.xcode_version == '16.2' }} run: xcodebuild -downloadPlatform iOS -buildVersion 18.2 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache SPM build directory uses: actions/cache@v4 env: @@ -177,7 +177,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Disable SwiftLint Plugin run: sed -i -e 's/.*SwiftLint.*//g' Package.swift - name: Copy .swiftlint.yml for demo app diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b2354d..8854651 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: EXECUTABLE_NAME: buildconfigswift EXECUTABLE_VERSION: ${{ github.ref_name }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache SPM build directory uses: actions/cache@v4 env: @@ -48,7 +48,7 @@ jobs: env: POD_VERSION: ${{ github.ref_name }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Lint run: pod spec lint - name: Deploy