From 9e24e6c06adf21d8ede7f9f2ca10fb1c8b70ece8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:17:33 +0000 Subject: [PATCH] Update streetsidesoftware/cspell-action action to v2.19.0 --- .github/workflows/spellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 2fffc258..da431abc 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt - uses: streetsidesoftware/cspell-action@v2.14.0 + uses: streetsidesoftware/cspell-action@v2.19.0 with: files: "src/docs/**/*.md" incremental_files_only: true