From 03e79e394e265ffc3c27a1235aaf09e6c48cbbd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:12:40 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the actions-updates group Bumps the actions-updates 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: actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/event-release.yml | 2 +- .github/workflows/reuse-build-test.yml | 2 +- .github/workflows/reuse-gitversion.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/event-release.yml b/.github/workflows/event-release.yml index f598a91..af7bd32 100644 --- a/.github/workflows/event-release.yml +++ b/.github/workflows/event-release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/reuse-build-test.yml b/.github/workflows/reuse-build-test.yml index 6374ba0..7be4d98 100644 --- a/.github/workflows/reuse-build-test.yml +++ b/.github/workflows/reuse-build-test.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/reuse-gitversion.yml b/.github/workflows/reuse-gitversion.yml index c693814..cd54866 100644 --- a/.github/workflows/reuse-gitversion.yml +++ b/.github/workflows/reuse-gitversion.yml @@ -20,7 +20,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0