From 6947e447768525052b97ec920631d67c5c1d5322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:04:26 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.0 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 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.0...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/firmware.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 2538d34f5..36aecd83d 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -64,7 +64,7 @@ jobs: run: source tools/ci.sh && ci_update_submodules - name: '♻ Caching dependencies' - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.3.0 id: cache with: path: | @@ -125,7 +125,7 @@ jobs: submodules: false - name: '♻ Caching dependencies' - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.3.0 id: cache with: path: |