Pin Swatinem/rust-cache action to a full commit SHA

This commit is contained in:
Yuki Okushi
2025-08-22 16:07:16 +09:00
parent fb51252c7b
commit eb1c1a5d34

View File

@@ -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}}