From d93f93fbbc8e79a6a002a91aacdfa5eca9034b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Tue, 17 Oct 2023 20:36:25 +0200 Subject: [PATCH] chore(ci): fix typo on step action reference --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3d6b0908..ba6a0b8d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: - name: 🧰 Install nextest if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-') - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e# v2 + uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2 with: tool: nextest