From b0a83bab54bc5a473f12c31bb28b813371295dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:32:45 +0000 Subject: [PATCH] Update crate-ci/typos action to v1.16.12 (#1099) 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 5f66e9ca7..005ac1844 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.16.11 + uses: crate-ci/typos@v1.16.12 unit-tests: runs-on: ubuntu-22.04