From 6ce14ea709ddbe73a427eee38d0d004c59792d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:25:01 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-github-actions.yml | 2 +- .github/workflows/check-arduino.yml | 2 +- .github/workflows/spell-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-github-actions.yml b/.github/workflows/auto-github-actions.yml index 9d0fc4e..4cde84b 100644 --- a/.github/workflows/auto-github-actions.yml +++ b/.github/workflows/auto-github-actions.yml @@ -4,7 +4,7 @@ jobs: check-bats-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: node-version: '14' diff --git a/.github/workflows/check-arduino.yml b/.github/workflows/check-arduino.yml index 3e0d26c..746c111 100644 --- a/.github/workflows/check-arduino.yml +++ b/.github/workflows/check-arduino.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Arduino Lint uses: arduino/arduino-lint-action@v1 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 6ad2f61..769bcce 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 # See: https://github.com/codespell-project/actions-codespell/blob/master/README.md - name: Spell check