Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [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...v3)

---
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-10-04 07:10:50 +00:00 committed by Matthieu Gallien
parent 72829a68c8
commit f1c5d1a598
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/cache
key: macos-latest-${{ env.CRAFT_TARGET }}

View File

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /cache
key: ${{ runner.os }}