From 9466c9d5f668f1f9772904bd094531e0f8b4c3f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:20:04 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/build_with_s2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_with_s2e.yml b/.github/workflows/build_with_s2e.yml index f08c6403e..2e0fdfed9 100644 --- a/.github/workflows/build_with_s2e.yml +++ b/.github/workflows/build_with_s2e.yml @@ -54,7 +54,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/**') }} path: ./s2e-core/ExtLibraries