From e9fe5505a85d7275bbb80baf70d74cc3e75ea3fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:25:36 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the all-actions group Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/verify.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9134d67..7347d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: name: AOT pack (${{ matrix.rid }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: issues: write # release-notes tool creates labels for release note categories steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index a13792d..07bdeb5 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -16,7 +16,7 @@ jobs: linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 # v4.2.2 + - uses: actions/checkout@v7 # v4.2.2 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: windows: runs-on: windows-latest steps: - - uses: actions/checkout@v6 # v4.2.2 + - uses: actions/checkout@v7 # v4.2.2 with: fetch-depth: 0