From 71251d506f9044002fed8b5dd6a2a87a817a5860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:20:08 +0000 Subject: [PATCH] ci: bump check-spelling/check-spelling in the github-actions group Bumps the github-actions group with 1 update: [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling). Updates `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/v0.0.25...v0.0.26) --- updated-dependencies: - dependency-name: check-spelling/check-spelling dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/spelling2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index 1d1434e..fa58fd7 100644 --- a/.github/workflows/spelling2.yml +++ b/.github/workflows/spelling2.yml @@ -93,7 +93,7 @@ jobs: steps: - name: check-spelling id: spelling - uses: check-spelling/check-spelling@v0.0.25 + uses: check-spelling/check-spelling@v0.0.26 with: suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }} checkout: true @@ -158,7 +158,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push' steps: - name: comment - uses: check-spelling/check-spelling@v0.0.25 + uses: check-spelling/check-spelling@v0.0.26 with: checkout: true spell_check_this: microsoft/terminal@main @@ -176,7 +176,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request') steps: - name: comment - uses: check-spelling/check-spelling@v0.0.25 + uses: check-spelling/check-spelling@v0.0.26 with: checkout: true spell_check_this: microsoft/terminal@main @@ -202,7 +202,7 @@ jobs: cancel-in-progress: false steps: - name: apply spelling updates - uses: check-spelling/check-spelling@v0.0.25 + uses: check-spelling/check-spelling@v0.0.26 with: experimental_apply_changes_via_bot: ${{ github.repository_owner != 'SoftwareDevLabs' && 1 }} checkout: true