Build(deps): Bump actions/cache from 3 to 4

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

---
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] 2024-01-22 23:51:53 +00:00 committed by Matthieu Gallien
parent 604ad3871f
commit 0ece126cad
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Restore cache - name: Restore cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/cache path: ~/cache
key: macos-latest-${{ env.CRAFT_TARGET }} 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 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Restore cache - name: Restore cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: /cache path: /cache
key: ${{ runner.os }} key: ${{ runner.os }}

View file

@ -35,7 +35,7 @@ jobs:
- name: Cache Install OpenCppCoverage - name: Cache Install OpenCppCoverage
id: cache-install-opencppcoverage id: cache-install-opencppcoverage
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: C:\Program Files\OpenCppCoverage path: C:\Program Files\OpenCppCoverage
key: ${{ runner.os }}-cache-install-opencppcoverage key: ${{ runner.os }}-cache-install-opencppcoverage