diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 24a3663e..2a6b2300 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: taplo - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make diff --git a/.github/workflows/external-memory-pattern-radar.yml b/.github/workflows/external-memory-pattern-radar.yml index 799ed04e..452e6c7a 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5bb07a6..63f56db2 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: nextest - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index f86a2368..2c20f4ba 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@5ebac0d9522d786674368e47e92963ba13f2c376 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: nextest - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: taplo diff --git a/.github/workflows/nightly-harness-signals.yml b/.github/workflows/nightly-harness-signals.yml index 77318f68..7a49264d 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: taplo diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9f689532..e1e067d6 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make