From f364b41844bbc86c28a12660ea625d0ddecaf691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 4 Nov 2022 12:38:44 +0100 Subject: [PATCH] ci: Fix typos release not found --- .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 064c9b49..5d97d706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Check spelling - uses: crate-ci/typos@master + uses: crate-ci/typos@v1.12.12 - name: Install cargo-sort uses: actions-rs/install@v0.1