From 925bc396a861b89f23d591d5d5b4c486efec40fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 06:42:43 +0000 Subject: [PATCH] Bump check-spelling/check-spelling from 0.0.25 to 0.0.26 Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.25 to 0.0.26. - [Release notes](https://github.com/check-spelling/check-spelling/releases) - [Commits](https://github.com/check-spelling/check-spelling/compare/c635c2f3f714eec2fcf27b643a1919b9a811ef2e...cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c) --- updated-dependencies: - dependency-name: check-spelling/check-spelling dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spell-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index a92ccb2..7da2dd7 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: check-spelling id: spelling - uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25 + uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26 with: disable_checks: noisy-file suppress_push_for_open_pull_request: 1 @@ -48,7 +48,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup steps: - name: comment - uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25 + uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26 with: checkout: true task: ${{ needs.spelling.outputs.followup }}