From b3e96289d9fbcbadb1075614ac29873ae36cf2bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:28:19 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 c997ec5..84a7df8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: ♻️ Load cached dependencies id: cached-composer-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}