From 346188797de320e01364f1efebe584c4c9624819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:34:42 +0000 Subject: [PATCH] chore(github-actions): Bump streetsidesoftware/cspell-action Bumps the lint-actions group with 1 update: [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). Updates `streetsidesoftware/cspell-action` from 8.2.0 to 8.3.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/d5d910b521ad408f1e7383c24609079f5a88bdca...9cd41bb518a24fefdafd9880cbab8f0ceba04d28) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lint-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_pr-lint.yml b/.github/workflows/_pr-lint.yml index 925dac5..eff75aa 100644 --- a/.github/workflows/_pr-lint.yml +++ b/.github/workflows/_pr-lint.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Spellcheck - uses: streetsidesoftware/cspell-action@d5d910b521ad408f1e7383c24609079f5a88bdca # v8.2.0 + uses: streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3.0 with: config: ${{ inputs.cspell-config }} check_dot_files: false