From 1f802a35859a7504add98074889689bc3b6d24fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:46:17 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 9f839a2..3f2c0d7 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@v4 + uses: actions/cache@v5 if: matrix.target == 'x86_64-unknown-linux-gnu' with: path: ~/.cargo/bin