Skip to content
Merged
Show file tree
Hide file tree
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 @@ -76,7 +76,7 @@ jobs:
run: cargo +nightly doc -p agent-client-protocol --all-features --no-deps

- name: Install just
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: just

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
toolchain: stable

- name: Install cargo-hack
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: cargo-hack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0

- name: Install mdBook
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: mdbook,mdbook-mermaid

Expand Down