build(deps): bump actions/cache from 3 to 4 (#1064)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 19:30:29 +01:00 committed by GitHub
parent ac12a9e794
commit 9b34110745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Cache GTest
id: cache-gtest
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: gtest/
key: ${{runner.os}}-gtest-1.11

View File

@ -42,7 +42,7 @@ jobs:
- name: Cache GTest
id: cache-gtest
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: gtest/
key: ${{runner.os}}-gtest-1.11-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}
@ -67,7 +67,7 @@ jobs:
- name: Cache gflags
id: cache-gflags
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: gflags/
key: ${{runner.os}}-gflags-2.2.2-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}