From 503f231a83ac7dd5ba38f2035bae36c63a654287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:39:09 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.2.3. - [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.2.3) --- updated-dependencies: - dependency-name: actions/cache 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..e469fd9 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.2.3 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.2.3 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.2.3 with: path: | ~/.sonar/cache