From 3c82f5f26d3f03a3551a0b043335cba167e3b946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:33:04 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.1.0 --- .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 9a1a633..458ff89 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 if: matrix.target == 'x86_64-unknown-linux-gnu' with: path: ~/.cargo/bin