From 1e9b81bb29883304a88898a5aacce504f69e61be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:28:04 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.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.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 02a8b92ad..b22ee3619 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@v3.3.3 + uses: actions/cache@v4.0.0 id: cache with: path: ~/cache/deps/bin diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 3c35ffc58..4fbfc2e6f 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@v3.3.3 + uses: actions/cache@v4.0.0 id: cache with: path: ~/cache/gcc