From a579bb15541734d074a17baa6ae487813d00df39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:09:12 +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 02066cf..4bd63d8 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: using: "composite" steps: - name: Cargo cache - uses: actions/cache@v4 + uses: actions/cache@v6 continue-on-error: false with: key: what-rust-changed-${{ inputs.version }}