diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ec4786d4..60c1cd9e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -61,7 +61,7 @@ jobs: target: ${{ matrix.target.name }} components: clippy - name: Install tools - uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1 with: tool: cargo-llvm-cov,cargo-deny - name: Check dependencies