From 86a4f583086772d29a2fc1414338c4e3b92d6e61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:49:45 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/bump-major-preview.yml | 2 +- .github/workflows/ci-build.yml | 2 +- .github/workflows/cut-major.yml | 2 +- .github/workflows/pr-test-coverage.yml | 2 +- .github/workflows/pr-version-check.yml | 2 +- .github/workflows/promote-minor.yml | 2 +- .github/workflows/release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bump-major-preview.yml b/.github/workflows/bump-major-preview.yml index b86282df3..1a20c1b6f 100644 --- a/.github/workflows/bump-major-preview.yml +++ b/.github/workflows/bump-major-preview.yml @@ -29,7 +29,7 @@ jobs: DISCARD_PREVIEW_INPUT: ${{ inputs.discard_current_preview }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1b588dd07..56d8eb943 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/cut-major.yml b/.github/workflows/cut-major.yml index 3f7d6a82a..0680f4a7b 100644 --- a/.github/workflows/cut-major.yml +++ b/.github/workflows/cut-major.yml @@ -29,7 +29,7 @@ jobs: NEXT_MAIN_VERSION_INPUT: ${{ inputs.next_main_version }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/pr-test-coverage.yml b/.github/workflows/pr-test-coverage.yml index 264c31fa0..25e909c00 100644 --- a/.github/workflows/pr-test-coverage.yml +++ b/.github/workflows/pr-test-coverage.yml @@ -17,7 +17,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pr-version-check.yml b/.github/workflows/pr-version-check.yml index 0384f50d0..1a932d5bc 100644 --- a/.github/workflows/pr-version-check.yml +++ b/.github/workflows/pr-version-check.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout PR head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/promote-minor.yml b/.github/workflows/promote-minor.yml index e4ef65ba0..104a443e3 100644 --- a/.github/workflows/promote-minor.yml +++ b/.github/workflows/promote-minor.yml @@ -28,7 +28,7 @@ jobs: STABLE_VERSION_INPUT: ${{ inputs.stable_version }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eb6faddc..c1402f48e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0