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