From f44ea2ed8f2afad1c62a385d6b3eae0277b8a424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:30:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2938ba2..15759c9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # important! - name: Cache Composer dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v5.0.5 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}