From e9adbcc675fcb8a5fce707b7e143a04afaec3c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:04:26 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/autoreview.yml | 2 +- .github/workflows/test.platformio.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoreview.yml b/.github/workflows/autoreview.yml index ec0c5df7..0991eee3 100644 --- a/.github/workflows/autoreview.yml +++ b/.github/workflows/autoreview.yml @@ -5,7 +5,7 @@ jobs: misspellcheck: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1 #with: diff --git a/.github/workflows/test.platformio.yml b/.github/workflows/test.platformio.yml index c29bfb0d..c408cbef 100644 --- a/.github/workflows/test.platformio.yml +++ b/.github/workflows/test.platformio.yml @@ -31,7 +31,7 @@ jobs: # example: AccessControl steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache pip uses: actions/cache@v4 with: