From 43323153123c42cd00a2b5146c00bda77b5dd330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:27:53 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 cf39172..639d726 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@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 with: key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}-${{ matrix.build_bit }} path: ./s2e-core/ExtLibraries