mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-04 16:09:33 +02:00
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:
commit
b14958330a
6
.github/workflows/dockerhub.yml
vendored
6
.github/workflows/dockerhub.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue