We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac12a9e commit 9b34110Copy full SHA for 9b34110
.github/workflows/linux.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Cache GTest
43
id: cache-gtest
44
- uses: actions/cache@v3
+ uses: actions/cache@v4
45
with:
46
path: gtest/
47
key: ${{runner.os}}-gtest-1.11
.github/workflows/windows.yml
@@ -42,7 +42,7 @@ jobs:
48
key: ${{runner.os}}-gtest-1.11-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Cache gflags
69
id: cache-gflags
70
71
72
path: gflags/
73
key: ${{runner.os}}-gflags-2.2.2-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}
0 commit comments