From 0ff90fb3b39a467b4531d0a29b45c93e7419b917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 04:12:52 +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/changelog-append.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/commit-msg-check.yml | 2 +- .github/workflows/nightly-beta.yml | 2 +- .github/workflows/nightly-tidy.yml | 2 +- .github/workflows/release.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/changelog-append.yml b/.github/workflows/changelog-append.yml index c5f997a7..68b5e1e8 100644 --- a/.github/workflows/changelog-append.yml +++ b/.github/workflows/changelog-append.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # full history so the before..after range resolves token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b6a66a1..f3d55b5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive @@ -124,7 +124,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/commit-msg-check.yml b/.github/workflows/commit-msg-check.yml index 228ea982..34a32bd6 100644 --- a/.github/workflows/commit-msg-check.yml +++ b/.github/workflows/commit-msg-check.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 2 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/nightly-beta.yml b/.github/workflows/nightly-beta.yml index ec39dacf..8cd2f32a 100644 --- a/.github/workflows/nightly-beta.yml +++ b/.github/workflows/nightly-beta.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/nightly-tidy.yml b/.github/workflows/nightly-tidy.yml index 79929eee..b5104009 100644 --- a/.github/workflows/nightly-tidy.yml +++ b/.github/workflows/nightly-tidy.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/release.yml b/.github/workflows/release.yml index 2c85f726..a117859b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive