diff --git a/actions/phive/install/action.yaml b/actions/phive/install/action.yaml index f0a2c0b..5b4b96f 100644 --- a/actions/phive/install/action.yaml +++ b/actions/phive/install/action.yaml @@ -26,7 +26,7 @@ runs: shell: "bash" - name: "Cache dependencies installed with phive" - uses: "actions/cache@v4.0.1" + uses: "actions/cache@v4.0.2" with: path: "${{ inputs.phive-home }}" key: "phive-hashFiles('**/phars.xml')"