From 5f72fa5566a3c9b2c634a1283d9343302c45f969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:25:45 +0000 Subject: [PATCH] ci: bump actions/cache from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/deploy-pages.yml | 2 +- .github/workflows/nightly-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c56f9d3..92ad19a 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -70,7 +70,7 @@ jobs: - name: Cache PlatformIO if: steps.check_nightly.outputs.IS_NIGHTLY != 'true' && steps.check_release.outputs.EXISTS == 'false' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.platformio diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7bf308..dc66d33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: - name: Cache PlatformIO if: steps.check_nightly.outputs.IS_NIGHTLY != 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.platformio diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 45beb4b..71a6cb2 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -69,7 +69,7 @@ jobs: - name: Cache PlatformIO if: steps.check_nightly.outputs.IS_NIGHTLY != 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.platformio diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index ea7789f..0ffe6a0 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -59,7 +59,7 @@ jobs: - name: Cache PlatformIO if: steps.check_release.outputs.EXISTS == 'false' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.platformio