Merge pull request #102 from nicolabs/dependabot/github_actions/actions/cache-3.3.1

Bump actions/cache from 2.1.4 to 3.3.1
This commit is contained in:
nicobo 2023-07-10 07:44:32 +02:00 committed by GitHub
commit b14958330a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ jobs:
sudo apt clean
- name: Set up cache for Docker layers layers
uses: actions/cache@v2.1.4
uses: actions/cache@v3.3.1
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
@ -152,7 +152,7 @@ jobs:
sudo apt clean
- name: Set up cache for Docker layers layers
uses: actions/cache@v2.1.4
uses: actions/cache@v3.3.1
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
@ -242,7 +242,7 @@ jobs:
sudo apt clean
- name: Set up cache for Docker layers layers
uses: actions/cache@v2.1.4
uses: actions/cache@v3.3.1
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