Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Prebuilt binary via taiki-e/install-action (cacheable), rather than
# `cargo install cargo-audit`, which recompiles from source every run.
- uses: taiki-e/install-action@v2.87.0
- uses: taiki-e/install-action@v2.87.5
with:
tool: cargo-audit

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# input for a custom config path, so invoke cargo-deny directly with
# each workspace's own deny.toml (root deny.toml is intentionally
# tuned to the shipped crate's dependency tree only).
- uses: taiki-e/install-action@v2.87.0
- uses: taiki-e/install-action@v2.87.5
with:
tool: cargo-deny

Expand Down
Loading