From e7bd302293e14e7881f72d12016a94944f0cc7f2 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 5 Jul 2023 10:29:04 +0200 Subject: [PATCH] ci: Bump typos action --- .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 95701a28..1c2371ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Check spelling - uses: crate-ci/typos@v1.15.0 + uses: crate-ci/typos@v1.15.10 - name: Install cargo-sort uses: taiki-e/cache-cargo-install-action@v1