From 35e526abf03a2992919ef34dd518d2937a2edfc8 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 13:57:09 +0000 Subject: [PATCH] feat(release): sync --- .github/actions/php/prepare/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/php/prepare/action.yaml b/.github/actions/php/prepare/action.yaml index 238267f..79728a3 100644 --- a/.github/actions/php/prepare/action.yaml +++ b/.github/actions/php/prepare/action.yaml @@ -35,7 +35,7 @@ runs: uses: actions/cache@v5 with: path: ${{ steps.composer-cache.outputs.dir }} - key: core-v2-composer-${{ hashFiles('composer.lock')) }} + key: core-v2-composer-${{ hashFiles('composer.lock') }} restore-keys: | core-v2-composer-