Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 26815aa commit 1d6677d
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 1d6677d

Please sign in to comment.