diff --git a/.github/workflows/conventional_commit.yml b/.github/workflows/conventional_commit.yml index 92cc88d..fce110c 100644 --- a/.github/workflows/conventional_commit.yml +++ b/.github/workflows/conventional_commit.yml @@ -41,7 +41,7 @@ jobs: ``` # Delete a previous comment when the issue has been resolved - if: ${{ steps.check_pr_rule.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: check_pr_comment delete: true