From e9383e56bbf206c0bada89ad26600a8d9e7d3e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:42:10 +0000 Subject: [PATCH] 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/humble-format.yaml | 2 +- .github/workflows/rolling-format.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/humble-format.yaml b/.github/workflows/humble-format.yaml index 2f94e5e..abb1388 100644 --- a/.github/workflows/humble-format.yaml +++ b/.github/workflows/humble-format.yaml @@ -12,6 +12,6 @@ jobs: name: pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 - uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/rolling-format.yaml b/.github/workflows/rolling-format.yaml index 86a1cb0..2a8b0ae 100644 --- a/.github/workflows/rolling-format.yaml +++ b/.github/workflows/rolling-format.yaml @@ -12,6 +12,6 @@ jobs: name: pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 - uses: pre-commit/action@v3.0.1