Skip to content

Commit c252af5

Browse files
committed
Fix audit workflow
1 parent f4bb7d1 commit c252af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: |
15-
sed -i 's/components.*/components = []/' rust-toolchain
15+
sed -i 's/components.*/components = []/' rust-toolchain.toml
1616
- uses: rustsec/audit-check@v1.4.1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)