Skip to content

Commit b8c736a

Browse files
authored
Merge pull request #378 from arkedge/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4.1.2
2 parents caa8d4c + 48e254d commit b8c736a

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.0.2
59+
uses: actions/cache@v4.1.2
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.0.2
63+
uses: actions/cache@v4.1.2
6464
with:
6565
path: |
6666
./examples/mobc/tools/bin

0 commit comments

Comments
 (0)