From 8dd88a0099b531f230055c0b3206b2bd121bcabf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:49:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7a3eb..f4b8945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry, git and target - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry