From 8db660acd17ff005e3ea6e19ea944aefcbb1c754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:37:45 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.9.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bcacf76..958a663 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ runs: run: echo "CARGO_TARGET_DIR=${{ inputs.target-dir }}" >> "$GITHUB_ENV" - name: Cache on ${{ github.ref_name }} - uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 if: ${{ inputs.restore-cache == 'true' }} with: shared-key: ${{ inputs.cache-key }}