Skip to content

Commit eb1c1a5

Browse files
committed
Pin Swatinem/rust-cache action to a full commit SHA
1 parent fb51252 commit eb1c1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ runs:
212212
213213
- name: Setup Rust Caching
214214
if: inputs.cache == 'true'
215-
uses: Swatinem/rust-cache@v2
215+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
216216
with:
217217
workspaces: ${{inputs.cache-workspaces}}
218218
cache-directories: ${{inputs.cache-directories}}

0 commit comments

Comments
 (0)