We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24cfe8 commit c04ea45Copy full SHA for c04ea45
1 file changed
.github/workflows/security-audit.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/cache@v5
31
with:
32
path: ~/.cargo/bin
33
- key: ${{ runner.os }}-cargo-audit-v0.21.1
+ key: ${{ runner.os }}-cargo-audit-v0.22.0
34
- uses: rustsec/audit-check@v2
35
36
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments