From 64f9b45ec15a8c3fe07fc121bde4ad56ca04a837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:55:26 +0000 Subject: [PATCH] Update actions/cache action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef4182c..e92f979 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Cache curl - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: curl_lib key: curl-${{ runner.os }}-${{ inputs.curl_version }}