diff --git a/actions/phive/install/action.yaml b/actions/phive/install/action.yaml index f785c37..2dda245 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.1.0" + uses: "actions/cache@v4.1.1" with: path: "${{ inputs.phive-home }}" key: "phive-${{ hashFiles('**/phars.xml') }}"