diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index ec6d79ece..25b3afd82 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -64,7 +64,7 @@ jobs: - name: Add Unit Test Fail Comment if: always() && steps.unitTest.outcome == 'failure' - uses: thollander/actions-comment-pull-request@v1 + uses: thollander/actions-comment-pull-request@v2 with: message: | Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'npm run test:unit' and commit the changes.