From 783a235bdb068e11256456e2ac8a5d13e70d58f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:36:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/danger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837b434..56b6bbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - { platform: iOS, name: "iOS 17.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=17.4,name=iPhone 15 Pro" } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run tests - ${{ matrix.name }} run: | xcodebuild test \ diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index c58e861..c900b91 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -22,7 +22,7 @@ jobs: ruby-version: 4.0.4 bundler-cache: true - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup gems run: | gem install bundler