From c5688b85c6aa56a0fe3bf60e7a9dfcfd9b936fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:43:02 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [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.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeformat.yml | 2 +- .github/workflows/firmware.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index 17a6113d6..ecd33cf9d 100644 --- a/.github/workflows/codeformat.yml +++ b/.github/workflows/codeformat.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: '♻ Caching dependencies' - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ~/cache/deps/bin diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index a76126d28..f07f259ab 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -40,7 +40,7 @@ jobs: run: source tools/ci.sh && ci_update_submodules - name: '♻ Caching dependencies' - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ~/cache/gcc