From be6a56c1f49f794a9c67fe39d167667b9daf8905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:26:21 +0000 Subject: [PATCH] chore(deps): 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/cut-release-branch.yml | 2 +- .github/workflows/release-software.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cut-release-branch.yml b/.github/workflows/cut-release-branch.yml index 6852582d..c49a29d9 100644 --- a/.github/workflows/cut-release-branch.yml +++ b/.github/workflows/cut-release-branch.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.base_branch }} # This is required to fetch all tags so that the derive-branch action can find the highest stable tag diff --git a/.github/workflows/release-software.yml b/.github/workflows/release-software.yml index 607a2ede..d113b174 100644 --- a/.github/workflows/release-software.yml +++ b/.github/workflows/release-software.yml @@ -31,7 +31,7 @@ jobs: release_tag: ${{ steps.compute-tag.outputs.tag }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref_name }} fetch-depth: 1 @@ -59,7 +59,7 @@ jobs: GIT_TAG: ${{ needs.release-get-tag.outputs.release_tag }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.RELEASE_BRANCH }} fetch-depth: 1