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/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@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: taplo

- name: Install cargo-make
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
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@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
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@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: nextest

- name: Install cargo-make
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: cargo-make

Expand Down
8 changes: 4 additions & 4 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@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: cargo-make

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

- name: Install nextest
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: nextest

Expand All @@ -95,12 +95,12 @@ jobs:
rustflags: ''

- name: Install cargo-make
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: cargo-make

- name: Install taplo
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
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@0631aa6515c7d545823c67cfae7ef4fc7f490154
uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595
with:
tool: taplo

Expand Down
Loading