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
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
prefix-key: ${{ env.CACHE_VERSION }}
key: ${{ matrix.action }}
- name: Install cargo-make
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3
with:
tool: cargo-make
- name: Install taplo
if: matrix.action == 'fmt'
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3
with:
tool: taplo
- name: Cargo clippy
Expand All @@ -59,7 +59,7 @@ jobs:
cargo make fmt-check
- name: Install cargo-nextest
if: matrix.action == 'nextest'
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3
with:
tool: nextest
- name: Cargo nextest
Expand Down