From 92b98c4a93b45e22010e21dcd0e1b42b31483d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:14:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.3.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 61043d41..2f8f9ea6 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.3 + uses: actions/cache@v4.3.0 with: path: ${{ inputs.phive-home }} key: phive-${{ hashFiles('**/phars.xml') }}