From 587496e1b5bea4576a989c529f5bda396c7c32aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:00:41 +0000 Subject: [PATCH] Update actions/cache action to v5.0.1 --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 23e5e59..8734c63 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -27,7 +27,7 @@ jobs: - id: cache_deps name: Cache dependencies - uses: actions/cache@v5.0.0 + uses: actions/cache@v5.0.1 with: path: | ~/.cargo/registry