mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-02-22 18:25:21 +01:00
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:
commit
aca5e0168b
6
.github/workflows/dockerhub.yml
vendored
6
.github/workflows/dockerhub.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue