diff --git a/.github/workflows/CommitMessage.yml b/.github/workflows/CommitMessage.yml index 28dced92fa..3ab279012e 100644 --- a/.github/workflows/CommitMessage.yml +++ b/.github/workflows/CommitMessage.yml @@ -36,7 +36,7 @@ jobs: # add a comment on the PR if the commit message linting failed - name: Comment on PR if: failure() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: Commit Comment message: | @@ -44,7 +44,7 @@ jobs: ${{ env.check_results }} - name: Clear PR Comment if: success() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: Commit Comment hide: true