From 0191af7ebeb90e63971b51177d6f50b10e67a5f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:15:34 +0200 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.0 (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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') }}