From 38f3cad24a7f541db9772ca2aa5a1c0b740b68b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:14:52 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.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 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') }}