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