From e46fac548f4012fc478b9026811c2561facb712b Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Tue, 13 Feb 2024 10:25:45 +0900 Subject: [PATCH] CI improvements --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7caf683..ab15805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@cargo-hack + - uses: taiki-e/install-action@v2 + with: + tool: cargo-hack - run: cargo hack check --rust-version --workspace --all-targets --ignore-private semver-checks: