From 37ec4e9942265a8340bea255a11ce46743194dd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 00:12:44 +0000 Subject: [PATCH] Update crate-ci/typos action to v1.17.1 (#1208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf63f13cd..7067f7c0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: run: ./scripts/code-style-bash.sh - name: Check typos on code - uses: crate-ci/typos@v1.17.0 + uses: crate-ci/typos@v1.17.1 unit-tests: runs-on: ubuntu-22.04