From b7470d3e71bde40cca750ef15bd33240e2ac73c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:43:43 -0800 Subject: [PATCH] Bump check-spelling/check-spelling from 0.0.23 to 0.0.24 (#170) --- .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 ab50934..5bab37b 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.23 + uses: check-spelling/check-spelling@v0.0.24 with: suppress_push_for_open_pull_request: 1 checkout: true @@ -47,7 +47,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup steps: - name: comment - uses: check-spelling/check-spelling@v0.0.23 + uses: check-spelling/check-spelling@v0.0.24 with: checkout: true task: ${{ needs.spelling.outputs.followup }}