From eb85d54f59eaaf269af6744c7ddceb28b0800670 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:39:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.1 --- 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 0242eed..bd73b82 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.2.0 + uses: actions/cache@v4.2.1 with: path: ${{ inputs.phive-home }} key: phive-${{ hashFiles('**/phars.xml') }}