diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ad9f49..ddca87db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: shared-key: rust-glibc-release - name: Install cargo-nextest if: needs.changes.outputs.code == 'true' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: cargo-nextest - name: cargo fmt @@ -166,7 +166,7 @@ jobs: # Prebuilt binary (~2s) instead of `cargo install --locked` (~2-3 min). - name: Install cargo-audit if: steps.paths.outputs.run == 'true' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: cargo-audit - name: Run cargo audit @@ -203,7 +203,7 @@ jobs: - name: Install cargo-deny if: steps.paths.outputs.run == 'true' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: cargo-deny - name: Run cargo deny check