From 08d527cd5b6237edbae0dd7720b854e879f7074e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 01:39:26 +0000 Subject: [PATCH] Update streetsidesoftware/cspell-action action to v2.15.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..3546a8d6 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.15.0 with: files: "src/docs/**/*.md" incremental_files_only: true