Skip to content

Commit

Permalink
Merge pull request #14 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 18, 2024
2 parents 26815aa + 1d6677d commit 7f00fa2
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 @@ -55,7 +55,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-aobc/s2e-core/ExtLibraries/**') }}
path: ./s2e-aobc/s2e-core/ExtLibraries
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-aobc/s2e-core/ExtLibraries/**') }}-${{ matrix.build_bit }}
path: ./s2e-aobc/s2e-core/ExtLibraries
Expand Down

0 comments on commit 7f00fa2

Please sign in to comment.