From bd4197a855783729212b05d21978ff2cf7703c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:13:23 +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/aoc-badges.yml | 2 +- .github/workflows/verify-problems.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aoc-badges.yml b/.github/workflows/aoc-badges.yml index 1dfe2c5..b1de2b9 100644 --- a/.github/workflows/aoc-badges.yml +++ b/.github/workflows/aoc-badges.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update 2015 badge uses: joblo2213/aoc-badges-action@v3 with: diff --git a/.github/workflows/verify-problems.yml b/.github/workflows/verify-problems.yml index bad3d45..2a8aeac 100644 --- a/.github/workflows/verify-problems.yml +++ b/.github/workflows/verify-problems.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v5 with: