From b5e50ddb5f926a9c176955558c3341ee99633c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:17:42 +0000 Subject: [PATCH] chore(deps): bump streetsidesoftware/cspell-action from 9.0.1 to 9.1.0 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 9.0.1 to 9.1.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/e0668cf020899e887ee8ad4d173c31738a79eae8...6f3c77c1406bc930f944ba97e9801a22e42caf58) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spell-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 690c64e2e9ae..77cfc6c6f3f4 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -61,7 +61,7 @@ jobs: @cspell/dict-data-science - name: Run cspell - uses: streetsidesoftware/cspell-action@e0668cf020899e887ee8ad4d173c31738a79eae8 # v9.0.1 + uses: streetsidesoftware/cspell-action@6f3c77c1406bc930f944ba97e9801a22e42caf58 # v9.1.0 with: files: "blog/** src/**" incremental_files_only: false