From 955640311ca90565c9ed6dca2fcc9725bc849d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:11:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/changesets.yml | 6 +++--- .github/workflows/pr.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 71e3ae31..44cc86c8 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -102,7 +102,7 @@ jobs: runs-on: ${{ matrix.settings.host }} steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -138,7 +138,7 @@ jobs: needs: [lint, pack] steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f4a87aa8..5f1aff55 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -101,7 +101,7 @@ jobs: needs: lint steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -136,7 +136,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive