From df876007e55226fca77425f2770a1c5a08e7c4ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:35:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.0 --- actions/phive/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/phive/install/action.yml b/actions/phive/install/action.yml index cab321d..3ae004d 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.0.2 + uses: actions/cache@v4.1.0 with: path: ${{ inputs.phive-home }} key: phive-${{ hashFiles('**/phars.xml') }}