From 848e565c6e8a8591ac02b7145fca8150850bc2ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:08:44 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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 ff1d44e..60ffc36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: - name: cache extlib id: cache-extlib - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }} path: ./s2e-core/ExtLibraries @@ -155,7 +155,7 @@ jobs: - name: cache extlib id: cache-extlib - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}-${{ matrix.build_bit }} path: ./s2e-core/ExtLibraries