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 bde8488 commit 440b2a2Copy full SHA for 440b2a2
.github/actions/setup/action.yml
@@ -71,7 +71,7 @@ runs:
71
if: ${{ contains(inputs.components, 'audit') }}
72
uses: taiki-e/cache-cargo-install-action@v2
73
with:
74
- tool: cargo-audit
+ tool: cargo-audit@0.21.2
75
76
- name: Install 'cargo-hack'
77
if: ${{ contains(inputs.components, 'hack') }}
0 commit comments