From 49d43478e3d6c633626201a95b0d82afc1f0b119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:10:24 +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/cpp-ci-serial-programs-base.yml | 4 ++-- .github/workflows/tabs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cpp-ci-serial-programs-base.yml b/.github/workflows/cpp-ci-serial-programs-base.yml index 790bacf9e3..ffab5d50b2 100644 --- a/.github/workflows/cpp-ci-serial-programs-base.yml +++ b/.github/workflows/cpp-ci-serial-programs-base.yml @@ -47,7 +47,7 @@ jobs: echo "UPLOAD_FOLDER=$UPLOAD_FOLDER" >> $GITHUB_ENV - name: Checkout Arduino-Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: 'Arduino-Source' submodules: 'recursive' @@ -102,7 +102,7 @@ jobs: path: ${{env.UPLOAD_FOLDER}} - name: Checkout CommandLineTests - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: inputs.run-tests with: repository: 'PokemonAutomation/CommandLineTests' diff --git a/.github/workflows/tabs.yml b/.github/workflows/tabs.yml index 1423efb5b9..4ed5eee25f 100644 --- a/.github/workflows/tabs.yml +++ b/.github/workflows/tabs.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Fail if tabs are found in source files # Exclude specific file types if necessary (e.g., binaries, .md files, etc.)