From 04c583c7460d400e4f982c67fe4e1d44d3a83587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:23:51 +0000 Subject: [PATCH] chore(ci)(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/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae17db1..f1de24c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: image: fedora:43 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Compute cache week id: week @@ -76,7 +76,7 @@ jobs: container: image: fedora:43 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install minimal deps run: dnf install -y --setopt=install_weak_deps=False make yq - name: check-versions-all diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 5e1a9ba..0cab379 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # commitlint needs the full PR range to lint every commit. fetch-depth: 0