From 9214c193f0fc388189b1c80157dd1433230eb337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:02:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b588e81..f114098 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: components: rustfmt, clippy - name: Cache Cargo registry and git - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry