From 24df748ff21f487c823b0178491f1c3bb8e2a0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:41:40 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.2 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.2.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/v3.0.2...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-user-config.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 3d89ed7b321..071a8e4ef82 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v3 - name: Cache west modules - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.5 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 6305b7412c1..b2e91edeec3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Cache west modules - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 env: cache-name: cache-zephyr-modules with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38c61eeaf56..ad56a9edb20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Cache west modules - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.2.5 env: cache-name: cache-zephyr-modules with: