diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 844be4d9..cf243662 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -70,7 +70,7 @@ jobs: - name: Post GitHub comment on failure if: failure() - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@d4d6b0936434b21bc8345ad45a440c5f7d2c40ff # v3.0.3 with: header: spellcheck recreate: true @@ -81,7 +81,7 @@ jobs: You can add new custom words to [.github/config/en-custom.txt](https://github.com/radius-project/design-notes/blob/main/.github/config/en-custom.txt). - name: Clear GitHub comment on success - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@d4d6b0936434b21bc8345ad45a440c5f7d2c40ff # v3.0.3 continue-on-error: true with: header: spellcheck