diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 720cf56..c7b8c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install nextest - uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2 with: tool: nextest - name: Install cargo-llvm-cov - uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2 with: tool: cargo-llvm-cov - name: Run tests with coverage