From 9e39585f8514cebcb0564816a1a8b77bc8c4c2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:32:18 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.1 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.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/v3.0.1...v3.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/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 c3aeff20..587cede2 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v2 - name: Cache west modules - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 continue-on-error: true env: cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 999aad3a..a5989cef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Cache west modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.2 env: cache-name: cache-zephyr-modules with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61bf7183..1f019cdc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Cache west modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.2 env: cache-name: cache-zephyr-modules with: