From a2a24018b85a922166f89706dd6e2fb0e1d2fc79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:30:48 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/lychee.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56ad342..a22f177 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: python-version: "3.12" - name: Cache PlatformIO core + libraries - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.platformio/.cache @@ -94,7 +94,7 @@ jobs: python-version: "3.12" - name: Cache PlatformIO core + libraries - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.platformio/.cache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c588d3b..5f44e83 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: python-version: '3.12' - name: Cache PlatformIO - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.platformio/.cache diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index e9d90a5..5f986b8 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6 - name: Restore lychee cache (avoids re-checking unchanged URLs) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .lycheecache key: lychee-${{ github.run_id }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf599dc..1092319 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: python-version: '3.12' - name: Cache PlatformIO + pip - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.platformio