diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30ab6de16..243dc4571 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -168,7 +168,7 @@ jobs: run: rustup component add llvm-tools - name: Add cargo-llvm-cov - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b with: tool: cargo-llvm-cov @@ -298,7 +298,7 @@ jobs: sudo apt install libpam0g-dev - name: Install rust-bindgen - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b with: tool: bindgen-cli@0.70.1 @@ -366,7 +366,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install cargo-audit - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b with: tool: cargo-audit