Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
# Pull a prebuilt cargo-audit binary instead of `cargo install` (which
# compiles from source every run — rust-cache can't help since it doesn't
# cache ~/.cargo/bin). Mirrors the prebuilt cargo-deny-action below.
- uses: taiki-e/install-action@v2.86.5
- uses: taiki-e/install-action@v2.87.11
with:
tool: cargo-audit
- name: Run cargo-audit
Expand Down
Loading