From 162ca7441026aea28d4c2a8413be19c34af6f77f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:37:40 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.2 --- 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 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') }}