diff --git a/github/workflows/features.yml b/github/workflows/features.yml index d9ca4c0..c2c3920 100644 --- a/github/workflows/features.yml +++ b/github/workflows/features.yml @@ -15,11 +15,7 @@ jobs: with: submodules: true - name: Install cargo-hack - uses: actions-rs/install@v0.1 - with: - crate: cargo-hack - version: latest - use-tool-cache: true + uses: taiki-e/install-action@cargo-hack - name: cargo hack uses: actions-rs/cargo@v1 with: