Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent b9d68d5 commit a921cb7
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.1.2
uses: actions/cache@v4.2.0
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.1.2
uses: actions/cache@v4.2.0
with:
path: |
./examples/mobc/tools/bin
Expand Down

0 comments on commit a921cb7

Please sign in to comment.