Skip to content
Closed
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/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
sudo apt-get install -y --no-install-recommends postgresql-client jq

- name: Install taplo
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: taplo

- name: Install cargo-make
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: cargo-make

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/external-memory-pattern-radar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rustflags: ""

- name: Install cargo-make
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: cargo-make

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
rustflags: ''

- name: Install nextest
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: nextest

- name: Install cargo-make
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: cargo-make

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: rustup toolchain install nightly --component rustfmt

- name: Install cargo-make
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: cargo-make

Expand All @@ -68,12 +68,12 @@ jobs:
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"

- name: Install nextest
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: nextest

- name: Install taplo
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: taplo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-harness-signals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get install -y --no-install-recommends postgresql-client jq

- name: Install taplo
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: taplo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
rustflags: ''

- name: Install cargo-make
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
with:
tool: cargo-make

Expand Down
Loading