From f167b939c6ce54edc1a441c0243547f53a75c05f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 11:10:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89d8d3b..7ce6c212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: ♻️ Load cached dependencies id: cached-composer-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}