From da2f41b8f858421771347d7d2bfdfdbac158a95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:07:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 88cabbc..5b1e681 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 - uses: dtolnay/rust-toolchain@1.63.0 - name: Cache/Restore cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -135,7 +135,7 @@ jobs: run: | echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git >> $GITHUB_ENV - name: Cache/Restore cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry