Skip to content

Commit 440b2a2

Browse files
authored
ci: Pin cargo-audit version (#280)
Pin version
1 parent bde8488 commit 440b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
if: ${{ contains(inputs.components, 'audit') }}
7272
uses: taiki-e/cache-cargo-install-action@v2
7373
with:
74-
tool: cargo-audit
74+
tool: cargo-audit@0.21.2
7575

7676
- name: Install 'cargo-hack'
7777
if: ${{ contains(inputs.components, 'hack') }}

0 commit comments

Comments
 (0)