From 2ae11c629a3d607678bd2d47c45830670e217bc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:05:03 +0000 Subject: [PATCH] Update actions/cache action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9d815d8..96078ee 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: shell: bash - name: Cache Composer packages id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}