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>
main
dependabot[bot] 1 year ago committed by Rosen Penev
parent 7360f88ad9
commit 57d9d2fd94

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

@ -28,7 +28,7 @@ jobs:
arch: x64 arch: x64
- name: Restore conan cache - name: Restore conan cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ${{github.workspace}}/conanCache path: ${{github.workspace}}/conanCache
key: ${{runner.os}}-push-win-${{ hashFiles('conanfile.py') }} key: ${{runner.os}}-push-win-${{ hashFiles('conanfile.py') }}

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

Loading…
Cancel
Save