diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a8779e..f2966d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,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: checkout: true post_comment: 0 @@ -191,7 +191,7 @@ jobs: if: (success() || failure()) && needs.spellcheck.outputs.followup steps: - name: 💬 Report - uses: check-spelling/check-spelling@v0.0.23 + uses: check-spelling/check-spelling@v0.0.24 with: checkout: true task: ${{ needs.spellcheck.outputs.followup }}