From f0e95cf460c0c1de43fb95c7f688ffa5c4b860af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:32:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/php-composer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-composer.yaml b/.github/workflows/php-composer.yaml index 7b39f56..a050d81 100644 --- a/.github/workflows/php-composer.yaml +++ b/.github/workflows/php-composer.yaml @@ -14,7 +14,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}