From 32b60cbd616f0c1f86490cff1ab55b12df7b58a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:54:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/cocoapods.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dfeb126..a642501 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - platform: tvOS destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build and Test on ${{ matrix.platform }} run: | if [ "${{ matrix.platform }}" = "macOS" ]; then @@ -38,7 +38,7 @@ jobs: SwiftLint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: GitHub Action for SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 with: diff --git a/.github/workflows/cocoapods.yaml b/.github/workflows/cocoapods.yaml index 40cf599..0313ed2 100644 --- a/.github/workflows/cocoapods.yaml +++ b/.github/workflows/cocoapods.yaml @@ -10,7 +10,7 @@ jobs: pod-lint: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Install CocoaPods run: gem install cocoapods @@ -23,7 +23,7 @@ jobs: if: github.event_name == 'release' runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Install CocoaPods run: gem install cocoapods