diff --git a/actions/phive/install/action.yml b/actions/phive/install/action.yml index f037f88..0242eed 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.2 + uses: actions/cache@v4.2.0 with: path: ${{ inputs.phive-home }} key: phive-${{ hashFiles('**/phars.xml') }}