Skip to content

Commit df7f5d5

Browse files
authored
Merge pull request #748 from ut-issl/renovate/actions-cache-4.x
Update actions/cache action to v4.2.3
2 parents 5ce9952 + 84586a2 commit df7f5d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: cache extlib
6969
id: cache-extlib
70-
uses: actions/cache@v4.2.0
70+
uses: actions/cache@v4.2.3
7171
with:
7272
key: extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}-${{ matrix.build_bit }}
7373
path: ./ExtLibraries
@@ -200,7 +200,7 @@ jobs:
200200
201201
- name: cache extlib
202202
id: cache-extlib
203-
uses: actions/cache@v4.2.0
203+
uses: actions/cache@v4.2.3
204204
with:
205205
key: extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}-${{ matrix.build_bit }}
206206
path: ExtLibraries

.github/workflows/google-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: cache extlib
6363
id: cache-extlib
64-
uses: actions/cache@v4.2.0
64+
uses: actions/cache@v4.2.3
6565
with:
6666
key: extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}}
6767
path: ExtLibraries

0 commit comments

Comments
 (0)