From c62da0e16646d10240ba29191bdbcb5611b3a1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:55:19 -0700 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 (#3315) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ble-test.yml | 2 +- .github/workflows/build-user-config.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ble-test.yml b/.github/workflows/ble-test.yml index 14f13c7e2..51450414c 100644 --- a/.github/workflows/ble-test.yml +++ b/.github/workflows/ble-test.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Cache west modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-zephyr-modules with: diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 9237d0789..66226b5f8 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -108,7 +108,7 @@ jobs: fi - name: Cache west modules - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true env: cache_name: cache-zephyr-${{ env.zephyr_version }}-modules diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eff870a4c..97a060df3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: with: persist-credentials: false - name: Cache west modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-zephyr-modules with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe3e586ca..1efc9cac8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Cache west modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-zephyr-modules with: