From 1c10b0a1798fce099c282de6452c45f3d6f2fee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:44:00 +0000 Subject: [PATCH] Update actions/cache action to v5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dc61e7b..dfcc96c 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: - name: Cache Auto Version id: cache-auto - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: "${{ env.GITHUB_ACTION_PATH }}/.bin" key: ${{ steps.auto_version.outputs.auto_version }}-${{ inputs.jqVersion }}