diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 24a3663e..5a3274c3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: taplo - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: cargo-make diff --git a/.github/workflows/external-memory-pattern-radar.yml b/.github/workflows/external-memory-pattern-radar.yml index 799ed04e..6b45e515 100644 --- a/.github/workflows/external-memory-pattern-radar.yml +++ b/.github/workflows/external-memory-pattern-radar.yml @@ -28,7 +28,7 @@ jobs: rustflags: "" - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: cargo-make diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5bb07a6..5a28908b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,12 +72,12 @@ jobs: rustflags: '' - name: Install nextest - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: nextest - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: cargo-make diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index f86a2368..bea4b2e9 100644 --- a/.github/workflows/language.yml +++ b/.github/workflows/language.yml @@ -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@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: cargo-make @@ -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@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: nextest - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: taplo diff --git a/.github/workflows/nightly-harness-signals.yml b/.github/workflows/nightly-harness-signals.yml index 77318f68..223168ff 100644 --- a/.github/workflows/nightly-harness-signals.yml +++ b/.github/workflows/nightly-harness-signals.yml @@ -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@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: taplo diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9f689532..afff9b63 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -60,7 +60,7 @@ jobs: rustflags: '' - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c with: tool: cargo-make