From fa366671fdede5d948a4cdd225ce949bcd02ac49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:48:51 +0000 Subject: [PATCH] Bump streetsidesoftware/cspell-action from 6.3.0 to 6.8.0 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 6.3.0 to 6.8.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v6.3.0...v6.8.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'