From 912365303588267c2bc7b7dedfa9f8468490a51e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:09:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/cargo-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cargo-cache/action.yml b/.github/actions/cargo-cache/action.yml index 913c9e9..e26f25b 100644 --- a/.github/actions/cargo-cache/action.yml +++ b/.github/actions/cargo-cache/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Cache .cargo directory - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/