From 7c44610f949671484ce880d4aec059faf8c5e9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:32:29 +0000 Subject: [PATCH] :arrow_up: 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/build.yml | 2 +- .github/workflows/git_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807a5e6..87194ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13'] fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/git_checks.yml b/.github/workflows/git_checks.yml index 057b46d..6385a2c 100644 --- a/.github/workflows/git_checks.yml +++ b/.github/workflows/git_checks.yml @@ -18,7 +18,7 @@ jobs: name: Find merge conflicts steps: # Checkout the source code so we have some files to look at. - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Run the actual merge conflict finder - name: Merge Conflict finder uses: olivernybroe/action-conflict-finder@v4.1