Merge pull request #55 from nicolabs/dependabot/github_actions/actions/cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
This commit is contained in:
nicobo 2021-03-19 13:19:10 +01:00 committed by GitHub
commit aca5e0168b
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