From 0385dca9a260e16941e429217f5fed6bee8ec580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 18:47:32 +0000 Subject: [PATCH] Update streetsidesoftware/cspell-action action to v2.20.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..29a1ce0d 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.20.0 with: files: "src/docs/**/*.md" incremental_files_only: true