Skip to content

Commit

Permalink
Merge pull request #263 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 committed Jan 17, 2024
2 parents 170cf72 + ad04fe4 commit a609c54
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 @@ -153,7 +153,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/**') }}-BUILD_64BIT=OFF
path: ./s2e-aobc/s2e-core/ExtLibraries
Expand Down

0 comments on commit a609c54

Please sign in to comment.