Skip to content

Commit

Permalink
Merge pull request #378 from arkedge/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4.1.2
  • Loading branch information
sksat authored Nov 13, 2024
2 parents caa8d4c + 48e254d commit b8c736a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_with_s2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: cache extlib
id: cache-extlib
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}
path: ./s2e-core/ExtLibraries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Cache C2A devtools
id: cache-c2a-devtools
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: |
./examples/mobc/tools/bin
Expand Down

0 comments on commit b8c736a

Please sign in to comment.