From a9d913e8dcf18ccd6b8fc4131fa0861b86b4003f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:53:02 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/daily_job.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily_job.yml b/.github/workflows/daily_job.yml index 39e45ae57f..c1d4aebbe4 100644 --- a/.github/workflows/daily_job.yml +++ b/.github/workflows/daily_job.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba0b6e0e1e..fefd351744 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: echo "Branch/Ref: ${{ inputs.pull_request_ref || github.ref }}" - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: '${{ inputs.pull_request_repo || github.repository }}' ref: ${{ inputs.pull_request_ref || github.ref }}