From 3f8fc0a4777a275c6dd489350e2912d932c4fc4f Mon Sep 17 00:00:00 2001 From: lotyp Date: Fri, 7 Jun 2024 21:52:31 +0300 Subject: [PATCH] fix: wrong cache key for phive install action --- actions/phive/install/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/phive/install/action.yaml b/actions/phive/install/action.yaml index 5b4b96f..00dc4a8 100644 --- a/actions/phive/install/action.yaml +++ b/actions/phive/install/action.yaml @@ -29,7 +29,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"