Skip to content

Commit 9b34110

Browse files
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac12a9e commit 9b34110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Cache GTest
4343
id: cache-gtest
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: gtest/
4747
key: ${{runner.os}}-gtest-1.11

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Cache GTest
4444
id: cache-gtest
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: gtest/
4848
key: ${{runner.os}}-gtest-1.11-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Cache gflags
6969
id: cache-gflags
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: gflags/
7373
key: ${{runner.os}}-gflags-2.2.2-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}

0 commit comments

Comments
 (0)