From 7313fb12778f1ebba2128f673af8dc6689e34fc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:27:59 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.5 --- .github/workflows/autoBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoBuild.yml b/.github/workflows/autoBuild.yml index 5c4d9f2..9a1a633 100644 --- a/.github/workflows/autoBuild.yml +++ b/.github/workflows/autoBuild.yml @@ -42,7 +42,7 @@ jobs: cache-on-failure: true - name: Cache cargo tools - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: matrix.target == 'x86_64-unknown-linux-gnu' with: path: ~/.cargo/bin