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"