From 35a98744665d1a452bfcde16e159dc06de9aecca Mon Sep 17 00:00:00 2001 From: lotyp Date: Tue, 11 Jun 2024 17:01:48 +0300 Subject: [PATCH] ci: fix phive cache --- actions/phive/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/phive/install/action.yml b/actions/phive/install/action.yml index 64965f6..cab321d 100644 --- a/actions/phive/install/action.yml +++ b/actions/phive/install/action.yml @@ -33,7 +33,7 @@ runs: uses: actions/cache@v4.0.2 with: path: ${{ inputs.phive-home }} - key: phive-hashFiles('**/phars.xml') + key: phive-${{ hashFiles('**/phars.xml') }} restore-keys: phive- - name: ⚙️ Install dependencies with phive