diff --git a/.github/workflows/bump-major-preview.yml b/.github/workflows/bump-major-preview.yml index b86282df..1a20c1b6 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 1b588dd0..56d8eb94 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 3f7d6a82..0680f4a7 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 264c31fa..25e909c0 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 0384f50d..1a932d5b 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 e4ef65ba..104a443e 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 6eb6fadd..c1402f48 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