diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index a596ba1ec9..2e7260374b 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -32,7 +32,7 @@ jobs: args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'" - name: Run markdownlint - uses: streetsidesoftware/cspell-action@v6.3.0 + uses: streetsidesoftware/cspell-action@v6.8.0 with: files: '**/*.md'