From eec56173121249eb5b47e890ccfa497f94bd6d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:57:05 +0900 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.24.3 (#307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/spell-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 14f4e210..db0eef28 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -12,6 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Spell Check - uses: crate-ci/typos@v1.23.6 + uses: crate-ci/typos@v1.24.3 with: config: _typos.toml