diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d70e35f..b34477f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: sudo apt-get update sudo apt-get install --yes --no-install-recommends libasound2-dev pkg-config - name: Install cargo-nextest - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2.87.2 + uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4 with: tool: nextest - name: Test workspace