From 5ccc8a60dc349c4a62209e661a0351978d10fc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:39:19 +0000 Subject: [PATCH] chore(deps): bump streetsidesoftware/cspell-action from 7.2.0 to 7.2.1 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 7.2.0 to 7.2.1. - [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/v7.2.0...v7.2.1) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cspell-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 0bb42c6..6d98e51 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 - name: Spell Check - uses: streetsidesoftware/cspell-action@v7.2.0 + uses: streetsidesoftware/cspell-action@v7.2.1 with: files: '**' incremental_files_only: false