From a03878345c2d2539d30c73aeb74d08de0cca4c5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:45:52 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/cache=20(v4=20?= =?UTF-8?q?=E2=86=92=20v5)=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/composer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composer.yml b/.github/workflows/composer.yml index 48642c4..33c30a8 100644 --- a/.github/workflows/composer.yml +++ b/.github/workflows/composer.yml @@ -32,7 +32,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: vendor key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}