Skip to content

Commit 1ae97f3

Browse files
authored
Fix typo on rust caching section (#37007)
Signed-off-by: Mateus Devino <[email protected]>
1 parent 8f6a85b commit 1ae97f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can cache and restore dependencies using the Cache action. This example assu
9696

9797
```yaml copy
9898
- name: Cache
99-
- uses: {% data reusables.actions.action-cache %}
99+
uses: {% data reusables.actions.action-cache %}
100100
with:
101101
path: |
102102
~/.cargo/registry

0 commit comments

Comments
 (0)