From 7953e420148a3399bbc5718dc8d4d452556da500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:24:43 +0000 Subject: [PATCH] Bump actions/cache from 4.2.3 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 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/v4.2.3...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index f10f8e9..b90f149 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Cache pip - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}