Skip to content

Commit 068531d

Browse files
authored
Merge pull request #54955 from github/repo-sync
Repo sync
2 parents d96e04d + 1ae97f3 commit 068531d

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

Lines changed: 1 addition & 1 deletion
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)