We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e028e78 commit 66c85dfCopy full SHA for 66c85df
1 file changed
.github/workflows/audit.yml
@@ -13,6 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- run: |
15
sed -i 's/components.*/components = []/' rust-toolchain.toml
16
- - uses: rustsec/audit-check@v1.4.1
+ - uses: rustsec/audit-check@v2.0.0
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments