Bump actions/cache from v2 to v2.1.4

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-19 12:06:22 +00:00 committed by GitHub
parent 5d784b0774
commit c10b2635a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ jobs:
sudo apt clean
- name: Set up cache for Docker layers layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: /tmp/.buildx-cache
# Change CACHE_VERSION to clear all caches ; see https://github.community/t/how-to-clear-cache-in-github-actions/129038/5
@ -147,7 +147,7 @@ jobs:
sudo apt clean
- name: Set up cache for Docker layers layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: /tmp/.buildx-cache
# Change CACHE_VERSION to clear all caches ; see https://github.community/t/how-to-clear-cache-in-github-actions/129038/5
@ -233,7 +233,7 @@ jobs:
sudo apt clean
- name: Set up cache for Docker layers layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: /tmp/.buildx-cache
# Change CACHE_VERSION to clear all caches ; see https://github.community/t/how-to-clear-cache-in-github-actions/129038/5