From 9d76f0587638ae259d49cad80865f02b948cd76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:50:09 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.3.0. - [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/v3.3.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f49cd51..e547195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,14 +37,14 @@ jobs: fetch-depth: 0 - name: Cache pip - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.3.0 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} @@ -85,7 +85,7 @@ jobs: - name: Cache SonarCloud packages id: cache-sonar - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.3.0 with: path: | ~/.sonar/cache