diff --git a/lint-release-notes/action.yaml b/lint-release-notes/action.yaml index 1da124e..5e972f1 100644 --- a/lint-release-notes/action.yaml +++ b/lint-release-notes/action.yaml @@ -79,7 +79,7 @@ runs: body-includes: "" - name: Delete previous release note if: steps.fc-release-notes.outputs.comment-id != '' - uses: jungwinter/comment@v1 + uses: winterjung/comment@v1 with: type: delete comment_id: ${{ steps.fc-release-notes.outputs.comment-id }} @@ -121,7 +121,7 @@ runs: body-includes: "" - name: Delete previous breaking changes comment if: steps.fc-breaking-changes.outputs.comment-id != '' - uses: jungwinter/comment@v1 + uses: winterjung/comment@v1 with: type: delete comment_id: ${{ steps.fc-breaking-changes.outputs.comment-id }}