From 5d1c0f8b15e1448f8ec304ea0343178246ad97d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:58:54 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 639d726..2519418 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: cache extlib id: cache-extlib - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}-${{ matrix.build_bit }} path: ./s2e-core/ExtLibraries @@ -149,7 +149,7 @@ jobs: - name: cache extlib id: cache-extlib - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}-${{ matrix.build_bit }} path: ./s2e-core/ExtLibraries