diff --git a/actions/phive/install/action.yml b/actions/phive/install/action.yml index bffdcaf..f037f88 100644 --- a/actions/phive/install/action.yml +++ b/actions/phive/install/action.yml @@ -30,7 +30,7 @@ runs: shell: bash - name: ♻️ Cache dependencies installed with phive - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ inputs.phive-home }} key: phive-${{ hashFiles('**/phars.xml') }}