diff --git a/actions/phive/install/action.yaml b/actions/phive/install/action.yaml index 50810df..94e2c7c 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.2.2" + uses: "actions/cache@v4.2.3" with: path: "${{ inputs.phive-home }}" key: "phive-${{ hashFiles('**/phars.xml') }}"