From eb1c1a5d34d3a49185d05cd11bf48edd9ca9fd33 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 22 Aug 2025 16:07:16 +0900 Subject: [PATCH] Pin `Swatinem/rust-cache` action to a full commit SHA --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6453e7c..d1f068b 100644 --- a/action.yml +++ b/action.yml @@ -212,7 +212,7 @@ runs: - name: Setup Rust Caching if: inputs.cache == 'true' - uses: Swatinem/rust-cache@v2 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: workspaces: ${{inputs.cache-workspaces}} cache-directories: ${{inputs.cache-directories}}