From acc3f348b11ed4137196f5006f1636a63392c739 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 24 Sep 2024 15:51:44 +0300 Subject: [PATCH] Update pr-checker.yml --- .github/workflows/pr-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.