From 458fac04ebcf9b212dd8dc779abe645ca6b394f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:02:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/changelog.yml | 2 +- .github/workflows/conventional-commit.yml | 2 +- .github/workflows/danger.yml | 2 +- .github/workflows/flare-ui.yml | 6 +++--- .github/workflows/flare.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d95c33dd0..9467e15b1 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,7 +15,7 @@ jobs: !startsWith(github.event.head_commit.message, 'chore(changelog): update CHANGELOG.md') && github.event.head_commit.author.name != 'github-actions[bot]' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v3 diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index e3ef03a91..333d1e908 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: amannn/action-semantic-pull-request@v6 with: requireScope: false diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 7b7ae79c0..ab73cae18 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -22,7 +22,7 @@ jobs: ruby-version: 4.0.5 bundler-cache: true - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup gems run: | gem install bundler diff --git a/.github/workflows/flare-ui.yml b/.github/workflows/flare-ui.yml index d81c4cfe1..1ac4a4658 100644 --- a/.github/workflows/flare-ui.yml +++ b/.github/workflows/flare-ui.yml @@ -58,7 +58,7 @@ jobs: - { platform: watchOS, name: "watchOS 10.5", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=10.5,name=Apple Watch Series 9 (45mm)", testPlan: "FlareUIUnitTests" } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: jdx/mise-action@v3 with: experimental: true @@ -92,7 +92,7 @@ jobs: - { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build with Swift Package Manager - ${{ matrix.name }} run: swift build -c release --target FlareUI @@ -111,7 +111,7 @@ jobs: - { platform: tvOS, name: "tvOS 18.5", xcode: "Xcode_16.4", runsOn: macOS-15, destination: "OS=18.5,name=Apple TV", testPlan: "SnapshotTests" } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: jdx/mise-action@v3 with: experimental: true diff --git a/.github/workflows/flare.yml b/.github/workflows/flare.yml index 779db4c4f..9618b7a3a 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -57,7 +57,7 @@ jobs: - { platform: watchOS, name: "watchOS 10.5", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=10.5,name=Apple Watch Series 9 (45mm)", testPlan: "UnitTests" } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: jdx/mise-action@v3 with: experimental: true @@ -92,7 +92,7 @@ jobs: - { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build with Swift Package Manager - ${{ matrix.name }} run: swift build -c release --target Flare diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a7c5e692..c51d7e64f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: name: lint runs-on: macos-15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v3 @@ -35,7 +35,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python environment run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a2e57b1..123264fb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: next-version: ${{ steps.next-version.outputs.NEXT_VERSION }} commit-hash: ${{ steps.auto-commit-action.outputs.commit_hash }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v3 @@ -108,7 +108,7 @@ jobs: if: ${{ needs.release.outputs.has-changes == 'true' }} timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.release.outputs.commit-hash }} fetch-depth: 0