Skip to content

Commit c569837

Browse files
Update actions/cache action to v4.2.0
1 parent 71a44a9 commit c569837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_with_s2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: cache extlib
5858
id: cache-extlib
59-
uses: actions/cache@v4.1.2
59+
uses: actions/cache@v4.2.0
6060
with:
6161
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}
6262
path: ./s2e-core/ExtLibraries

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache C2A devtools
6262
id: cache-c2a-devtools
63-
uses: actions/cache@v4.1.2
63+
uses: actions/cache@v4.2.0
6464
with:
6565
path: |
6666
./examples/mobc/tools/bin

0 commit comments

Comments
 (0)