From 810a8cebc7c11d9cd51b4db5fb7eeb8001abeef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:08:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache/action.yml b/.github/workflows/cache/action.yml index fefa0aa..1a5b380 100644 --- a/.github/workflows/cache/action.yml +++ b/.github/workflows/cache/action.yml @@ -7,7 +7,7 @@ runs: # over time). - name: Add cache for cargo id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | # Taken from .