From 06524760781787a1b05d94df8d430583e76b4dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:11:58 +0000 Subject: [PATCH] build(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/codeql.yml | 2 +- .github/workflows/diagram.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 83d930629..9be0d81ed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/diagram.yml b/.github/workflows/diagram.yml index a3d001767..1735164e0 100644 --- a/.github/workflows/diagram.yml +++ b/.github/workflows/diagram.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Also checkout docs & website diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af7b1caa..b2b82f36d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: commits_since_ref: ${{ steps.preflight.outputs.commits_since_ref }} head_sha: ${{ steps.preflight.outputs.head_sha }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: master fetch-depth: 0 @@ -194,7 +194,7 @@ jobs: group: dev-release cancel-in-progress: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.preflight.outputs.head_sha }} fetch-depth: 1 @@ -243,7 +243,7 @@ jobs: experimental: [false] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'recursive' fetch-depth: 0 @@ -437,7 +437,7 @@ jobs: experimental: [false] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: "recursive" fetch-depth: 0 @@ -620,7 +620,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'recursive' fetch-depth: 0