diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b766d3..57d4256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 with: cache-bin: false - - uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 + - uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 with: tool: nextest - run: cargo nextest run --all-targets --all-features --locked @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false - - uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 + - uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 with: tool: cargo-deny - run: cargo deny --all-features check