Skip to content
Open
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- name: Install cargo-audit
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1
with:
tool: cargo-audit
- name: Rust Security Audit
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
components: rustfmt, clippy
- name: Install cargo-audit
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4
uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1
with:
tool: cargo-audit
- name: Check formatting
Expand Down
Loading