mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
Bump actions/cache from 2.1.4 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fb14fa64a4
commit
af7329f133
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