From 4eab31b6597f6f744fe4bc5e8bfe3846a9f6352d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:09:22 +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 5320bd7..ba7a334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: tools: composer:v2 - name: Cache composer - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.composer/cache