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>
main
dependabot[bot] 2 years ago committed by Rosen Penev
parent bb1d735a33
commit d0ab01dbae

@ -48,7 +48,7 @@ jobs:
python-version: 3.7
- name: Restore Conan cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{github.workspace}}/conanCache
key: ${{runner.os}}-${{matrix.platform}}-${{matrix.build_type}}-Shared${{matrix.shared_libraries}}-${{ hashFiles('conanfile.py') }}

@ -38,7 +38,7 @@ jobs:
python-version: 3.7
- name: Restore conan cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{github.workspace}}/conanCache
key: ${{runner.os}}-push-win-${{ hashFiles('conanfile.py') }}

@ -117,7 +117,7 @@ jobs:
choco install graphviz
- name: Restore conan cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{github.workspace}}/conanCache
key: ${{runner.os}}-release-win-${{ hashFiles('conanfile.py') }}

Loading…
Cancel
Save