From 4b46ccb69df33978f8f4142326971fc795a8864a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:28:02 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 462f87c..5663053 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: # cache the cargo registry & index - name: Cache cargo outputs - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -35,7 +35,7 @@ jobs: # cache our build outputs - name: Cache build outputs - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | target