From cd3a9bc29f8fc0f096cf67fa98b3bb871c0401ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 16:00:05 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a7f4fc17..ca7d9b56 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: run: | echo "::set-output name=rust_version::$(rustc --version)" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry