From 0a8adfb6a1bc9af4504931a9ba0c4961fb24fd9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 06:29:39 +0200 Subject: [PATCH] Bump streetsidesoftware/cspell-action from 6.6.0 to 6.7.0 (#524) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 6.6.0 to 6.7.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.6.0...v6.7.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a8b87fe6..8e65e15b 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -26,7 +26,7 @@ jobs: fail: true args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'" - - uses: streetsidesoftware/cspell-action@v6.6.0 + - uses: streetsidesoftware/cspell-action@v6.7.0 with: files: '**/*.md'