Skip to content

Commit 40bc8d9

Browse files
committed
fix cargo audit working in CI 🎉
1 parent f1886e2 commit 40bc8d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- labeled
66
- unlabeled
77
- synchronize
8+
- opened
89
concurrency:
910
group: cargo-audit-${{ github.ref }}
1011
cancel-in-progress: true
@@ -24,7 +25,7 @@ jobs:
2425
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
2526
2627
- name: Install cargo-audit
27-
run: cargo install --version 0.20.1 --force cargo-audit
28+
run: cargo install --force cargo-audit
2829

2930
- name: Display cargo-audit --version
3031
run: cargo audit --version

0 commit comments

Comments
 (0)