From ead081eee28f02f302fe1a38ea06d320dd4c93df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:29:45 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.8.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38efeae..4e0e362 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,7 @@ runs: git restore . # restore rust-toolchain.toml change - name: Cache on ${{ github.ref_name }} - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 if: ${{ inputs.restore-cache == 'true' }} with: shared-key: ${{ inputs.cache-key }}