aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-29 16:32:18 +0000
committerPete Johanson <[email protected]>2022-05-18 01:21:45 -0400
commit9e39585f8514cebcb0564816a1a8b77bc8c4c2e7 (patch)
treebf895eb67078443f3b4da08e51c71354e02cc202 /.github
parent16ab6df18df89da9641378a150617c52a1d60c88 (diff)
downloadzmk-9e39585f8514cebcb0564816a1a8b77bc8c4c2e7.tar.gz
zmk-9e39585f8514cebcb0564816a1a8b77bc8c4c2e7.zip
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] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-user-config.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml
index c3aeff20cb..587cede2bf 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/[email protected]
+ uses: actions/[email protected]
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 999aad3a7b..a5989cef84 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/[email protected]
env:
cache-name: cache-zephyr-modules
with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 61bf71831d..1f019cdc58 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/[email protected]
env:
cache-name: cache-zephyr-modules
with: