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:
dependabot[bot] 2023-03-14 02:57:04 +00:00 committed by GitHub
parent fb14fa64a4
commit af7329f133
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