From 3fbbd4984698f8a8e54e5e7a5b3cd1a5208dd35b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 25 Oct 2024 09:12:27 +0300 Subject: [PATCH] spell-checking: Update to new version --- .github/workflows/spelling.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index a27082e03..e177673ac 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -92,7 +92,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: suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }} checkout: true @@ -134,7 +134,7 @@ jobs: if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push' steps: - name: comment - uses: check-spelling/check-spelling@v0.0.22 + uses: check-spelling/check-spelling@v0.0.23 with: checkout: true spell_check_this: check-spelling/spell-check-this@prerelease @@ -151,7 +151,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.22 + uses: check-spelling/check-spelling@v0.0.23 with: checkout: true spell_check_this: check-spelling/spell-check-this@prerelease