From faaf15f71e4615ac687be967296694817ed097e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:49:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/action.yml b/install/action.yml index 96acd1c..8539c7b 100644 --- a/install/action.yml +++ b/install/action.yml @@ -105,7 +105,7 @@ runs: - name: Setup Cache id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.toolhive key: toolhive-${{ steps.version.outputs.version }}-${{ steps.detect.outputs.os }}-${{ steps.detect.outputs.arch }}