Skip to content

Commit

Permalink
Merge pull request #9 from ut-issl/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
200km authored Jan 17, 2024
2 parents c490fc6 + 4ac436b commit 7a3f81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-aobc-example/s2e-aobc/s2e-core/ExtLibraries/**') }}
path: ./s2e-aobc-example/s2e-aobc/s2e-core/ExtLibraries
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-aobc-example/s2e-aobc/s2e-core/ExtLibraries/**') }}-BUILD_64BIT=OFF
path: ./s2e-aobc-example/s2e-aobc/s2e-core/ExtLibraries
Expand Down

0 comments on commit 7a3f81d

Please sign in to comment.