From dca8d91712f5f3f00a2a3e82ae0b62893324239c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:54:18 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e03b4..020a3a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: components: clippy - name: "Cache cargo registry" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -83,7 +83,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: "Cache cargo registry" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -108,7 +108,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: "Cache cargo registry" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -133,7 +133,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: "Cache cargo registry" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry