From ef6fe0d02b4104dd97e8afa0419c4f7452687b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:55:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 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..c2e9db0 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@v6 with: path: | ~/.cargo/bin/