From b830ba88d4677de8f375bed044357e85cf0a675d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Fri, 3 Jan 2025 17:32:52 +0100 Subject: [PATCH] ci: Pin nextest version --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0fccbac..33233fe 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -66,7 +66,7 @@ jobs: - name: Install cargo-nextest uses: taiki-e/install-action@v2 with: - tool: nextest + tool: nextest@0.9.80 - name: Install sccache uses: mozilla-actions/sccache-action@v0.0.7