From eec020ab522d6e2b48e2da159527de490f5f0b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:03:09 +0000 Subject: [PATCH 1/2] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec1245d8..b71053af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Cache PlatformIO - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.platformio key: ${{ runner.os }}-platformio-${{ hashFiles('platformio.ini', '.github/workflows/build.yml') }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 399d59f2..6245d0fb 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -33,7 +33,7 @@ jobs: python-version: '3.x' - name: Cache PlatformIO core and packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.platformio From 6fbc4627ea7fa9667c738baccacf7500c69622ef Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 24 Jun 2026 23:03:48 +0000 Subject: [PATCH 2/2] Update changelog for version 26.5.27 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327aa862..9ef2aefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Hardware +## [26.5.27] + +### Added + +### Changed + +### Hardware + + ## [26.5.4] ### Added