From de1c28d2561dcab1380fc9da70e4bfb451c0de3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:13:30 +0000 Subject: [PATCH] Bump streetsidesoftware/cspell-action from 7.1.0 to 7.1.1 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 7.1.0 to 7.1.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/ad35d5e5f85f4690dadb33f568e4b963d6a358f0...157048954070986ce4315d0813573a2d8faee361) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spellcheck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 0e00a8e4a58..d8bff7f16ae 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - - uses: streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0 + - uses: streetsidesoftware/cspell-action@157048954070986ce4315d0813573a2d8faee361 name: Documentation spellcheck if: ${{ !cancelled() }} with: @@ -25,7 +25,7 @@ jobs: inline: error incremental_files_only: true - - uses: streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0 + - uses: streetsidesoftware/cspell-action@157048954070986ce4315d0813573a2d8faee361 name: Resx spellcheck if: ${{ !cancelled() }} with: @@ -33,7 +33,7 @@ jobs: inline: error incremental_files_only: true - - uses: streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0 + - uses: streetsidesoftware/cspell-action@157048954070986ce4315d0813573a2d8faee361 name: Source code spellcheck if: ${{ !cancelled() }} with: