From 2dbd075d11216edf973ea2c3e047f7505e498e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:08:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11530063..2723184f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: components: clippy - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -77,7 +77,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -146,7 +146,7 @@ jobs: with: targets: ${{ matrix.target }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry