From 1ed3fbab08a245fa0b5745903161e8d13d89b6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:12:54 -0700 Subject: [PATCH] Bump check-spelling/check-spelling from 0.0.22 to 0.0.23 (#1191) --- .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 276c3196b..1abccb456 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@v0.0.22 + uses: check-spelling/check-spelling@v0.0.23 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@v0.0.22 + uses: check-spelling/check-spelling@v0.0.23 with: checkout: true task: ${{ needs.spelling.outputs.followup }}