From 44e6f716ee3461e5c015026953113f64d4b68971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:42:30 +0000 Subject: [PATCH] build(deps): bump streetsidesoftware/cspell-action from 8.1.2 to 8.2.0 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 8.1.2 to 8.2.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/24fa8d3096a314ce263f39578744e9d9f8d80acf...d5d910b521ad408f1e7383c24609079f5a88bdca) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spell-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index dfa46bdb5..5f3e6e9f5 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run cSpell - uses: streetsidesoftware/cspell-action@24fa8d3096a314ce263f39578744e9d9f8d80acf + uses: streetsidesoftware/cspell-action@d5d910b521ad408f1e7383c24609079f5a88bdca with: incremental_files_only: false files: "**/*.{md,yaml,yml}"