diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3e3b65..448330e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Install required tools uses: taiki-e/install-action@005f9c234df66b748f0b5f22b26ef83172082762 # v2.44.20 with: - tool: just,cargo-hack,cargo-minimal-versions,cargo-msrv,cargo-msrv-prep + tool: just,cargo-hack,cargo-minimal-versions@0.1.29,cargo-msrv,cargo-msrv-prep env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}